Portable Version Of DB Browser For SQLite |
Written by Kay Ewbank |
Wednesday, 17 February 2016 |
DB Browser for SQLite is a visual open source tool that can be used to create, design, and edit database files compatible with SQLite. A PortableApp version has been released to join the Windows, Linux and Mac versions.
The software has a spreadsheet style interface, and can be used to create databases, search, and edit data. This isn't a visual shell for SQLite; instead, it lets users work with SQLite format data visually. SQLLite is the world’s most widely used database, mainly due to its use as the database engine in memory constrained gadgets such as cellphones, PDAs, and MP3 players. It’s an in-process library that implements a self-contained, serverless, transactional SQL database engine. It doesn’t have a separate server process, and it reads and writes directly to ordinary files. The entire SQL database with multiple tables, indexes, triggers, and views, is contained in a single disk file. DB Browser offers an accessible interface for working with SQLite files.
It has controls and wizards for the most common database actions, including:
The most recent version, 3.8, was released for the main operating system environments at the end of December 2015, with an extensive list of minor improvements including improved error handling; better handling of foreign key constraints;the ability to save filter values, sort order and column widths for all tables when switching the current table or tab; the ability to use different 'display formats' for columns; and some more informative messages such as the addition of 'x rows affected' information to the result view of the Execute SQL area. Support has also been added for the opening of read only database files, and for having a SQL script which gets executed whenever any database file is opened.
More InformationRelated ArticlesTo be informed about new articles on I Programmer, sign up for our weekly newsletter,subscribe to the RSS feed and follow us on, Twitter, Facebook, Google+ or Linkedin.
Comments
or email your comment to: comments@i-programmer.info |
Last Updated ( Wednesday, 17 February 2016 ) |