Looking for a database. Sugestions?

Paul McGuire ptmcg at austin.rr.com
Thu Sep 15 20:01:39 EDT 2005


SQLite is very easy to get started with.  I loaded up a 9 Mb file of
process data and the performance was pretty good after I indexed on the
join columns (increased db file size to 15Mb).

Supports transactions, cursors, typed data.  I *think* it is
thread-safe, but I'm not positive.

But it's great as a simple embedded SQL database.

-- Paul




More information about the Python-list mailing list