Zope Object Database: object database and persistence
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.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/python-ZODB && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
ZODB-5.6.0.tar.gz | 0000516570 504 KB | |
python-ZODB.changes | 0000004983 4.87 KB | |
python-ZODB.spec | 0000004041 3.95 KB |
Revision 9 (latest revision is 14)
Dominique Leuenberger (dimstar_suse)
accepted
request 814667
from
Tomáš Chvátal (scarabeus_iv)
(revision 9)
- Update to 5.6.0: * Fix tests with transaction 3.0 (remove patch). + transaction3.patch * Fix race with invalidations when starting a new transaction. * Fix inconsistent resolution order with zope.interface v5. * Drop support for Python 3.4. * Add support for Python 3.8. * See CHANGES.rst for more.
Comments 0