Recommendation for Sqlite DB manager application? [closed] Recommendation for Sqlite DB manager application? [closed] sqlite sqlite

Recommendation for Sqlite DB manager application? [closed]


I use the SQLite manager plugin for Firefox.

It seems pretty stable to me.


Here's another free option. It has been pretty stable for me. SQLiteStudio


For Windows: I've been looking for functionality and a comfortable GUI - it's been particularly hard to satisfy the latter requirement, but these two picks are both fine:

a) Good enough: SQLite Expert

Less expensive, fully featured manager. The author is very responsive to comments and bug reports, and publishes updates frequently. The flip side, if you look at version history, is that new releases seem to introduce new bugs, which are then fixed in sunsequent builds. The GUI is fine, very good for quickly designing new databases; a little less so for designing queries and working with large amounts of data. Main gripe: you can't see the schema while editing a query (without flipping tabs in the program).

b) Nearly perfect: SQLite Maestro

Pricier. Rich UI, easy access to all features, nice visual query builder and automatic SQL formatter for readability, lots of eye candy. There is a separate, more specialized query builder (SQLite Code Factory), but you can make do with just the main Maestro application. Main gripe: can't seem to be able to change font size for table display and the default is a little too small; at the beginning it's easy to get lost in the thicket of tabs, though overall I find the GUI very productive.

Both solutions are very stable in my experience, and both seem to offer occasional discounts, if you can afford to wait.

For just browsing data, try SQLite Spy - free and lets you execture queries, but no or little GUI support for editing. Very convenient for quick lookups though.