I'd to like to use SQLite to start tracking a few things. I won't have any trouble setting up the database itself, but I'd struggle at programming an interface.

Is there any kind of open source data entry interface to SQLite? (not just 'click-and-edit' table views').

link|improve this question
feedback

3 Answers

Look at SQLite Database Browser. Contrary to it's name, it can also create and edit databases and tabless.

enter image description here

link|improve this answer
It looks interesting, but it's not exactly what I'm looking for. I'm not just looking to be able to edit a table. I want to be able to make meaningful entries into a schema that might require updating 3-4 linked tables with each new "entry". – Tommy O'Dell Apr 3 '11 at 6:59
feedback

I'm not sure if this is for a web server or not, but if you're running PHP, there is phpLiteAdmin, which is free and comparable to phpMyAdmin for mySQL.

link|improve this answer
feedback

OpenOffice Base can use SQLite as a backend, as can Kexi on Linux. (Apparently it's possible to build Kexi on Windows, but I couldn't find any free-as-in-beer Windows binaries after a cursory search.)

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.