best small database?

John Salerno johnjsal at NOSPAMgmail.com
Mon Sep 11 13:28:25 EDT 2006


Paul McGuire wrote:
> "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!

Yeah, just be sure to do this:

from pysqlite import dbapi2 as sqlite3

then you're ready for 2.5! :)



More information about the Python-list mailing list