An Introduction to the ZODB
The Zope Object Database (ZODB) is an open source object database that allows you to store and retrieve your Python objects directly, without an intermediary layer. It is fully ACID-compliant and features multiple backends. This talk will familiarize the audience with ZODB programming and its use cases.