| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a fork from the SF project which seems to be stagnant.
(taken from the website linked to above; it's still true - now even more)
SQLite Database Browser is a freeware, 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.
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.
Windows binaries can be downloaded from here:
https://github.com/rp-/sqlitebrowser/releases
SQLite Database Browser works pretty well on MacOS X.
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.
| Back | FazBrowse Home | New Git URL |