Warning

This document hasn't been checked for compatibility with current versions of Plone. Use at your own risk.

ZODB - Frontpage

The ZODB is a persistence system for Python objects. Persistent programming languages provide facilities that automatically write objects to disk and read them in again when they're required by a running program. By installing the ZODB, you add such facilities to Python. By default your content in Zope is stored in the ZODB.

http://www.zope.org/Wikis/ZODB/FrontPage

Filed under: