summaryrefslogtreecommitdiffstats
path: root/libraries/ZODB3/README
blob: d44aa923bc15f22f4669bd8f80bfc6232799559c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
ZODB3 (Zope Object Database)

The Zope Object Database provides an object-oriented database for
Python that provides a high-degree of transparency.  Applications
can take advantage of object database features with few, if any,
changes to application logic.  ZODB includes features such as a
plugable storage interface, rich transaction support, and undo.

This requires zope.event, python-transaction, zc.lockfile, ZConfig,
zdaemon, zope.interface and zope.proxy.

To build, this requires pysetuptools.