"John Machin" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> 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


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to