vote up 15 vote down star
11

Is there a tool out there that can interact with a SQLite database in a similar way that TOAD works with Oracle or Management Studio works with SQL Server?

I'm looking for something that visually shows table structures, views, etc.

Looking to target the Windows platform (preferably Vista).

Thanks!

flag

12 Answers

vote up 15 vote down check

Sqlite Administrator.

link|flag
the problem here is that SQLite Admin is specific for Windows Systems :( So it is always best to use the Firefox plugin :) – balexandre Dec 28 '08 at 12:03
@balexandre: finally got around to trying that add-on. Pretty slick... SQL editing seems to have a few glitches, but definitely a useful tool overall. – Shog9 Jan 7 at 1:45
vote up 19 vote down

I’m surprised nobody has suggested the sqlite-manager FireFox addin. It’s not as powerful or friendly as SQLite Administrator, but handy if you need to poke about in a sqlite database on occasion. It gets updated regularly too.

link|flag
Even if you're not doing sqlite development, this addon is very handy for FF users in general, because starting with FF3 a variety of config data is managed by sqlite. – Chris Noe Dec 18 '08 at 19:38
vote up 4 vote down

There are a number of management tools to interact with SQLite, if that's what you're looking for.

You will probably get answers from more savvy users if you post a clearer question without too many question marks.

link|flag
vote up 4 vote down

I've had good results with sqliteman.

link|flag
and the big plus is that it also runs on linux – André Jan 11 at 22:22
vote up 1 vote down

@Jason Baker sqlitebrowser also works for Mac and Windows.

link|flag
vote up 1 vote down

For a great SQLite tool, check out SQLite Database Browser.

It is open source, works with Macs, on Windows (Vista / XP) and Linx...

link|flag
vote up 1 vote down

Sqlite Administrator seems to be a great tool, but unfortunately it can not display international characters correctly (for me, NVARCHAR fields, in Persian). I use SQLite Database Browser. It is simple but it does all I want from such a program. Besides, be careful while trying to browse database tables with any of these two applications because it seems that they both try to fully load all tables data into view (without any paging) and this can become problematic on large tables.

link|flag
vote up 0 vote down

Don't want to sound grumpy but Chris, you should be able to edit the question to at least specify your target os then.

link|flag
vote up 0 vote down

DbVisualizer works with any database that has a JDBC connector. As the name implies, it is quite visual.

link|flag
vote up 0 vote down

SQLite Expert is a nice tool and has a free version.

link|flag
No autocomplete, SQL Lite Administrator has it. – jcollum Jan 25 at 1:00
vote up 0 vote down

SQLite Manager by SQLabs is pretty decent and it works on both Mac OS X and Windows.

link|flag
vote up 0 vote down

Not a dedicated SQLite-IDE, but I was amazed that NetBeans (at least version 6.5) has a built-in SQLite explorer.

link|flag

Your Answer

Get an OpenID
or

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