7

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').

3 Answers3

3

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

enter image description here

DaaBoss
  • 2,171
2

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.)

user55325
  • 5,113
1

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.