any simple and multiplatform database?

Josiah Carlson jcarlson at uci.edu
Thu Jun 10 02:41:19 EDT 2004


> I was thinking of using mdb (MS Access) but in linux is a bit more hard 
> to use it because you must install
> several tools (mxODBC, etc..)

How much database do you need?  If you just need a dictionary-like key, 
value lookup table, try bsddb.  Specifically the btree database, hash 
table databases have had a known slowdown bug for a few months now.

  - Josiah



More information about the Python-list mailing list