couple more questions about sqlite

Paul McGuire ptmcg at austin.rr._bogus_.com
Fri Aug 18 21:07:28 EDT 2006


"John Machin" <sjmachin at lexicon.net> wrote in message
news:1155943434.653053.232100 at 74g2000cwt.googlegroups.com...
> I would strongly recommend for a learner of SQL and the Python DBAPI:
> (1) start with sqlite; it's great, and there's minimal admin involved
> (2) download the command-line utility from the sqlite website -- you'll
> need it for the minimal admin, plus it's handy for quick one-line SQL
> statements, peeking at the schema, etc.
>

I've also become a big fan of sqlite.  For a nice open source db gui
utility, download a copy of SQLite Database browser at
http://sqlitebrowser.sourceforge.net.

-- Paul





More information about the Python-list mailing list