Contribute Media
A thank you to everyone who makes this possible: Read More

The ZODB Ecosystem

Description

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.

Details

Improve this page