I've been doing some development using sqlite (which BTW it's awesome).

Until now I've used the SQLite Administrator.

Although it has some great features, there are some annoying bugs. So, I ask you, what administration consoles (GUI) do you recommend for SQLite?

link|improve this question

78% accept rate
feedback

11 Answers

up vote 8 down vote accepted

Found a really good one sqliteman

I've found it in this list: http://www.sqlite.org/cvstrac/wiki?p=ManagementTools

link|improve this answer
I would up vote this answer twice if I could. – Alix Axel Jan 3 '11 at 17:26
2  
No Mac version yet... voting it down. – Clint Modien Feb 2 '11 at 6:09
1  
no mac version AND a picture of Michael Jackson using a compaq laptop on their site. double down! – alex gray Sep 1 '11 at 10:52
1  
+1 for picture of Michael Jackson – Phil Dec 5 '11 at 16:18
feedback

How about sqlite-manager? It is a Firefox addon.

link|improve this answer
feedback

SQLLite Administrator - http://sqliteadmin.orbmu2k.de/ - (the same you already use) is the only good GUI tool I found yet.

Tried many, but all were buggy.

link|improve this answer
feedback

SQLite Expert Personal which is free for personal use, or SQLite Expert Professional.

http://www.sqliteexpert.com/

link|improve this answer
feedback

Firefox's "SQLite Manager" does the trick:

https://addons.mozilla.org/en-US/firefox/addon/5817

I find it especially useful for web development (Django) since I can manage my test database in browser while trying out my app.

link|improve this answer
feedback

My take, in minimum words:

  1. SQLiteSpy: average features, user friendliness not for me..
  2. SQLiteManager: very good but comes at a price.
  3. SQLite Expert: very good, and its free! It comes in a 27 Mb installer and takes about 70 Mb after installation, but worth its salt.
  4. SQLite Database Browser: very modest. < SQLiteSpy
  5. SQLite Administrator: SQLiteSpy > SQLite Administrator > SQLite Database Browser
  6. Sqliteman: >SQLiteSpy
  7. SQLite Manager: A mozilla addon, but right among the best.

I have also heard good things about RazorSQL and Lita but couldnt test it (former being paid), but of all SQLite Expert and SQLite Manager were the best among free utilities. The term "best" is subjective, I know, there can be better products, but from the lot I mentioned I will claim it for these two. Someone says here that SQLite Expert handles large databases better as well.

I haven't analyzed for its most advanced management features, but yet I needed decent features (some of the tools proved very basic), and most importantly ease of use.

link|improve this answer
feedback

I use the sqlite manager firefox plugin.

link|improve this answer
feedback

On Mac OS X, I primarily use Base.

link|improve this answer
feedback

I've been using Adobe Air app Lita. It's buggy but ok for simple tasks.

link|improve this answer
feedback

SQLite Database Browser is another tool that should be useful for your purpose.

link|improve this answer
feedback

I've published a detailed comparison of Base and other SQLite GUI apps here: http://www.tandb.com.au/sqlite/compare/?so

Tom
BareFeet

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.