Python OODB (Revised)
Simple object persistence (i.e., serialization to a file system) is what pickle, marshal and shelve do.
However, here's the next thing of some interest OODB's.
Zope's ZODB . The original OODB for Python, the backbone of Zope.
buzhug : "a fast, pure-Python database engine, using a syntax that Python programmers should …
more ...