Database-like module in Python?

Robin Dunn robin at alldunn.com
Fri Jan 26 14:59:33 EST 2001


> 
> | Hi, I started working on a program for storing and retrieving
> | miscellaneous bits of information. I don't really want to use a
> | "real" database like Oracle though; I would prefer something
> | Pythonic. In fact, a dictionary would do, if not for memory
> | problems; having all the information in memory at the same time is
> | not an option, because the collection of data might grow quite
> | large.  (Speed is not so important.)
> 

http://pybsddb.sourceforge.net/


--
Robin Dunn
Software Craftsman
robin at AllDunn.com       Java give you jitters?
http://wxPython.org      Relax with wxPython!





More information about the Python-list mailing list