diff options
Diffstat (limited to 'libraries/ZODB3/README')
-rw-r--r-- | libraries/ZODB3/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/ZODB3/README b/libraries/ZODB3/README new file mode 100644 index 000000000000..d44aa923bc15 --- /dev/null +++ b/libraries/ZODB3/README @@ -0,0 +1,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. |