ZODB - a native object database for Python Because ZODB is an object database: no separate language for database operations very little impact on your code to make objects persistent no database mapper that partially hides the database. Using an object-relational mapping is not like using an object database. almost no seam between code and database. Relationships between objects are handled very