best small database?

Paul McGuire ptmcg at austin.rr._bogus_.com
Mon Sep 11 12:13:58 EDT 2006


"Aahz" <aahz at pythoncraft.com> wrote in message 
news:ee3vme$cjj$1 at panix3.panix.com...
> In article <4505707E.2080804 at redlinepy.com>,
> Once Python 2.5 comes out, I recommend using sqlite because it avoids
> the mess that dbm can cause.
> -- 
> Aahz (aahz at pythoncraft.com)           <*> 
> http://www.pythoncraft.com/

and if you don't want to wait for 2.5, you can install pysqlite without too 
much trouble - and it is *very* easy to use!

For SQLite design and data browsing, check out the SQLite Browser at 
http://sqlitebrowser.sourceforge.net.

-- Paul





More information about the Python-list mailing list