Python choice of database

Paul Rubin http
Mon Jun 20 12:59:26 EDT 2005


"Philippe C. Martin" <philippe at philippecmartin.com> writes:
> 1) speed is not an issue
> 2) I wish to store less than 5000 records
> 3) each record should not be larger than 16K

You don't mention whether multiple running programs need to use it
concurrently.  That's usually done with client/server db's but it can
be done standalone.



More information about the Python-list mailing list