##################### Python OODB (Revised) ##################### :date: 2006-06-20 10:35:21 :category: `Databases and Python `_ 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 find very intuitive." `PyPerSyst `__ "fast, reliable, and flexible object persistence with a small footprint, suitable for embedding in other Python applications." `CouchDB `__ "A stand-alone document store, [which] most closely resembles the Lotus Notes/Domino storage engine." `ObjectivityDB/Python `__ "a high performance and robust Object-Oriented Database Management System [ODBMS]." `Axiom `__ "Axiom is an object database, or alternatively, an object-relational mapper." The pleasant thing is that you don't really care which. `Durus `__ "a persistent object system for applications written in the Python programming language." `Cog `__ (not `CoG `__ , the Commodity Grid) is the Checkpointed Object Graph, which provides "semi-transparent persistence for large sets of interrelated Python objects."