Python choice of database

Richard Lewis richardlewis at fastmail.co.uk
Mon Jun 20 11:24:51 EDT 2005


On Mon, 20 Jun 2005 15:18:58 GMT, "Philippe C. Martin"
<philippe at philippecmartin.com> said:
> Hi,
> 
> I am looking for a stand-alone (not client/server) database solution for
> Python.
> 
> 1) speed is not an issue
> 2) I wish to store less than 5000 records
> 3) each record should not be larger than 16K
> 
SQLite might be worth a look. There are Python bindings at:
http://initd.org/tracker/pysqlite

Cheers,
Richard



More information about the Python-list mailing list