The Wayback Machine - https://web.archive.org/web/20180812111631/https://github.com/sqlitebrowser/sqlitebrowser/tree/rc1
Skip to content
Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at: https://sqlitebrowser.org
C++ C CMake QMake Shell Batchfile Other
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
distri
images
libs
src
tests
.gitignore
BUILDING
CMakeLists.txt
LICENSE
README.rst
sqlitebrowser.pro

README.rst

SQLite Database Browser

This is a fork from the SF project which seems to be stagnant.

Screenshot

SQLiteBrowser Screenshot

Old Project

What it is

(taken from the website linked to above; it's still true - now even more)

SQLite Database Browser is a freeware, public domain, open source visual tool used to create, design and edit database files compatible with SQLite. It is meant to be used for users and developers that want to create databases, edit and search data using a familiar spreadsheet-like interface, without the need to learn complicated SQL commands.

What's been done since then

  • Qt3Support was removed
  • Recent files menu added
  • Improved UI, making it more modern, replacing some dialogs etc.
  • Syntax highlighting for SQL code
  • Cleaned up the code, reducing the SLOC quite a bit
  • Added basic support for triggers and views
  • Added pragma editing
  • Added BLOB support
  • Added a new filter row for searching
  • Improved performance when opening large tables
  • Extended the SQL tab
  • Added SQLite extension support
  • Fixed a ton of bugs
  • Probably more

All in all a fair amount of the code has been rewritten in order to regain maintainability. Based on this quite a few bugs could be fixed and some features added.

What's still to do

Windows binaries

Windows binaries can be downloaded from here:

https://github.com/rp-/sqlitebrowser/releases

MacOS X

SQLite Database Browser works pretty well on MacOS X.

  • OSX 10.7 (Lion) and 10.8 (Mountain Lion) are tested and known to work

Building on OSX is simple, but depends on SQLite and Qt to be installed using Homebrew first:

$ brew install sqlite --with-functions
$ brew install qt --with-qt3support

Then it's just a matter of:

$ git clone https://github.com/rp-/sqlitebrowser.git
$ cd sqlitebrowser
$ qmake
$ make
$ mv src/sqlitebrowser.app /Applications/

An icon for "sqlitebrowser" should now be in your main OSX Applications list, ready to launch.

You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.
Press h to open a hovercard with more details.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.