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 pluggable storage interface, rich transaction support, and undo.
The .tgz file is the source tarball. You must have a C compiler to build the software from this file. The .exe files are pre-built Windows installers - you need to get the one specific to the major.minor version of Python you use on Windows.
ZODB3 3.3 requires Python 2.3.4 or later.
ZODB 3.3 supports an early Zope X3 release. Zope 2.8 and current Zope 3 development are using ZODB 3.4. ZODB 3.3 cannot be used with Zope 2.7 or earlier.
ZODB 3.3's ZEO protocol is not wholly compatible, in either direction, with any previous ZEO. See the README file for details.
For more information, see the following resources: