PYCON UK

The ZODB Ecosystem

Christopher Lozinski | Friday 15:30 | Room L

ZODB is an object-oriented database written in Python and optimized in C. It makes it so easy to build trees or graphs of persistent Python objects. Just subclass off of class Persistent, and your applications become persistent. It is heavily used in Pyramid and Plone.

This talk introduces the ZODB database, presents important concepts, shows how to build a simple account object, and reviews the tools available.

Link to video