***** WE'VE MOVED TO GITHUB *****

https://github.com/sqlitebrowser/sqlitebrowser

Reason why we moved → http://blog.gluster.org/2013/08/how-far-the-once-mighty-sourceforge-has-fallen/

***** WE'VE MOVED TO GITHUB *****

DB Browser for SQLite is a light GUI editor for SQLite databases, built on top of Qt. The main goal of the project is to allow non-technical users to create, modify and edit SQLite databases using a set of wizards and a spreadsheet-like interface.

Note - This project has previous been known as "SQLite Browser" and "Database Browser for SQLite". "DB Browser for SQLite" will hopefully be the name that sticks. :)

Project Samples

Project Activity

See All Activity >

Categories

Database

License

GNU General Public License version 3.0 (GPLv3), Mozilla Public License 2.0 (MPL 2.0)

Follow DB Browser for SQLite

DB Browser for SQLite Web Site

You Might Also Like
Top-Rated Free CRM Software Icon
Top-Rated Free CRM Software

216,000+ customers in over 135 countries grow their businesses with HubSpot

HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
61
2
1
0
9
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5

User Reviews

  • Useless. No easily found help for simple functions such as searching for records, etc. Sqlitebrowser.org website says that "Controls and wizards are available for users to... Search records" but does not say how to access those "controls and wizards". No help available in browser for search function, no menu options to search for records, no nothing. Completely useless SQlite editor.
  • I have a perfectly formed sqlite database, which can be read by other programs. DB Browser refuses to open it, claiming it is an invalid file format. There is little point in installing this software, as it seems to be incapable of handling an sqlite database. There are plenty of other programs out there which work correctly, and work on my own database. DB Browser seems to be the worst of them all.
  • The UI is really unconvenient.
  • Several glaring problems if you want to use this for real SQLite situations: 1) The user interface was apparently never tested for functionality or usability. (Just open a database and look at the garbled mess in the "Schema" column: the display code assumes that the definition has no line breaks within it!) The column widths in "Browse data" are fixed width and there is no quick way of resetting them to make things more visible/usable. And it goes on from there. 2) The app is not fully SQLite 3 compatible. Real SQLite accepts the full range of datatypes that MySQL does, and converts them to the "affinity" datatypes of SQLite on the fly. (See section 2.2 of "Datatypes In SQLite Version 3" {google for it}: you should be able to move almost all datatypes directly from a MySQL table-creation definition to an SQLite database without problem. [Indices and foreign key defs are a different matter.]) If you do use one of the non-affinity types in a database you try to load or an SQL script you try to import the app freezes. 3) This app does not handle both the ON DELETE and ON UPDATE constraints of foreign keys, indeed, it does not seem even to know what to do with foreign keys. It has no way that I've found of displaying their definitions or relationships. It parses the REFERENCES directive, but doesn't seem to know how to do anything with it. The command line processor, sqlite3.exe, that comes with the SQLite distribution, handles issues 2 & 3 without fuss, and gives you a much better feel for working directly within this dialect of SQL. Even without a GUI front, it's far better than this application can claim for itself.
  • This is the worst SQLite Manager ever!!!!!!!!!
Read more reviews >

Additional Project Details

Operating Systems

Linux, BSD, Mac, Windows

Languages

English

Intended Audience

Developers, End Users/Desktop

User Interface

X Window System (X11), Win32 (MS Windows), Cocoa (MacOS X)

Programming Language

C++, C

Database Environment

SQLite

Related Categories

C++ Database Software, C Database Software

Registered

2003-08-14