Eno Thereska <[EMAIL PROTECTED]> wrote: > Something with a GUI would be ideal. I agree that the sqlite3 tool is > very lightweight, unfortunately it has no GUI. >
It is not clear what you mean by "GUI". If you mean something that displays in a separate window rather than in your shell window, then there is: http://www.sqlite.org/cvstrac/wiki?p=ConsoleForTclTk That program gives you a GUI. But the GUI just has a command-line prompt into which you type SQL statements. It is no more capable than the command-line shell.

