pythondatabasenosqlobject-oriented-database

List of Python Object Databases


I am looking for an object database for Python (no handmade pickles :D).

What are my options (besides the obvious ZODB)?


Solution

  • MongoDB perhaps comes close - not object oriented but document-oriented and coming close to object databases.