Python choice of database

Erik Max Francis max at alcyone.com
Mon Jun 20 11:23:50 EDT 2005


Philippe C. Martin wrote:

> 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
> 
> 
> As I start with Python objects, I thought of using shelve, but looking at
> the restrictions (record size + potential collisions) I feel I should study
> my options a bit further before I get started.

Why not just use native Python data structures and pickle them?

-- 
Erik Max Francis && max at alcyone.com && http://www.alcyone.com/max/
San Jose, CA, USA && 37 20 N 121 53 W && AIM erikmaxfrancis
   I used to walk around / Like nothing could happen to me
   -- TLC



More information about the Python-list mailing list