We often use for our applications a relational database and then we turn it into an object model by using an ORM. In these cases, a ZODB can be an alternative solution: simpler and more efficient.
We'll see how to use a ZODB out of the Zope field, and some practical example cases.