views:

2372

answers:

10

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?

+1  A: 

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.

NinethSense
+3  A: 

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

http://www.sqliteexpert.com/

Jhonny D. Cano -Leftware-
+6  A: 

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

innaM
A: 

I use the sqlite manager firefox plugin.

chills42
A: 

Found a really good one sqliteman

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

Rodrigo Guerreiro
A: 

On Mac OS X, I primarily use Base.

Paul Lefebvre
A: 

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

Boolean
+2  A: 

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.

jsalonen
A: 

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

Tom
BareFeet

BareFeet
A: 

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

Ashwin