Page 1 of 1

SQLite design tool

Posted: Wed Jul 19, 2006 5:40 pm
by cseymour
HI all,
I am working on an application and was wondering what, if any, design tools do people use for designing their SQLite databases? I have used DBdesigner4 and Datanamic products for MySQL and PostgreSQL work.

Is there a tool out there for designing Sqlite databases?

Thanks in advance.

Chris

Posted: Wed Jul 19, 2006 9:36 pm
by ebs
Take a look at the SQLiteSpy tool mentioned here:
http://www.purebasic.fr/english/viewtopic.php?t=22764

You can get it at:
http://www.zeitungsjunge.de/delphi/sqlitespy/index.htm

Regards,
Eric

Posted: Thu Jul 20, 2006 8:25 am
by the.weavster

Posted: Thu Jul 20, 2006 10:09 am
by stubbsi
Try sqladmin as well. It seems to work better for me, apart from exporting, where sqlitebrowser is better.

http://sqliteadmin.orbmu2k.de/

http://sqlitebrowser.sourceforge.net/

Posted: Thu Jul 20, 2006 2:03 pm
by cseymour
Thanks to al who posted. I will take a look at your suggestions.

Much appreciated.

Chris