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.

 

dbsqlite

 

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.

sqlitebrowser

 

It has controls and wizards for the most common database actions, including:

  • Create and compact database files
  • Create, define, modify and delete tables
  • Create, define and delete indexes
  • Browse, edit, add and delete records
  • Search records
  • Import and export records as text
  • Import and export tables from/to CSV files
  • Import and export databases from/to SQL dump files
  • Issue SQL queries and inspect the results
  • Examine a log of all SQL commands issued by the application

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.  

dbappsq

More Information

DB Browser For SQLite

Related Articles

SQLite 3.9 Released

SQLite Updated

To be informed about new articles on I Programmer, sign up for our weekly newsletter,subscribe to the RSS feed and follow us on, Twitter, FacebookGoogle+ or Linkedin

Banner


Quantum Computers Really Are A One Trick Pony
17/03/2024

Google is offering $5 million if you can think up a use for a quantum computer. Wait, I thought quantum computers were the next big thing, a revolution! Surely we know what they can do?



AWS Adds Support For Llama2 And Mistral To SageMaker Canvas
12/03/2024

As part of its effort to enable its customers to use generative AI for tasks such as content generation and summarization, Amazon has added these state of the art LLMs to SageMaker Canvas.


More News

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Wednesday, 17 February 2016 )