Zope Object Database

The Zope Object Database (ZODB) is an object-oriented database for transparently and persistently storing Python objects. It is included as part of the Zope web application server, but can also be used independently of Zope.

Zope Object Database
Developer(s)Zope Foundation
Stable release
5.8.1 / July 18, 2023 (2023-07-18)
Repositorygithub.com/zopefoundation/ZODB
Written inPython
Operating systemCross-platform
TypeObject database
LicenseZope Public License
Websitewww.zodb.org

Features of the ZODB include: transactions, history/undo, transparently pluggable storage, built-in caching, multiversion concurrency control (MVCC), and scalability across a network (using ZEO).

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.