Sqlite2 graphical tool

0

I have a (non-trivial) sqlite2 database that I would like to view graphically through a tool similar to the SQLite manager for Firefox or PHPMyAdmin for MySQL.

Problem is everything I find is (understandably) for SQLite 3. Does anyone know of such a freeware tool for SQLite 2?

dtech

Posted 2012-02-11T10:44:45.513

Reputation: 669

btw I wanted to tag this sqlite2 but don't have the reputation to do that – dtech – 2012-02-11T10:45:06.997

Answers

0

Does SQuirreL work?

screenshot table definition screenshot table diagram

Wikipedia's comparison of SQL tools has a column for SQLite. It doesn't specify version but it might make a useful shortlist to check.

A 2007 blog article mentions SQLite (unspecified version but presumably 2007 vintage) and SQuirreL and JDBC.

RedGrittyBrick

Posted 2012-02-11T10:44:45.513

Reputation: 70 632

It doesn't explicitely list support but I'll try to get it to work with a sqlite2 JBDC driver – dtech – 2012-02-11T16:50:31.790