Are there any other good graphical administration tools for SQLlite on the mac, instead of the Firefox Extension?
views:
198answers:
3
+1
A:
Take a look here: http://www.sqlite.org/cvstrac/wiki?p=ManagementTools
Koistya Navin
2009-04-06 09:24:58
great link! i wonder why i didn't see it there! thanks
Thanks
2009-04-06 13:59:16
+1
A:
If you are familiar with Java and JDBC setups you could use Squirrel SQL together with a SQLite JDBC Driver E.g.
I've used Squirrel for a while now and its pretty good.
Fortyrunner
2009-04-06 09:59:51
+3
A:
I use this SQLite Database Browser it works fine, is lightweight and free (as in beer). And no complaints about it at all, however its not actively maintained anymore, which is a pity. But the code is free (as in speech) and it also can be used on Windows and Linux.
Robert Gould
2009-04-06 10:36:41
I've also used this for my projects. The UI is a little clunky (QT instead of native Cocoa), but it has a lot of functionality.
Brad Larson
2009-04-06 12:34:00