{"library":"zodb","type":"library","category":null,"description":"ZODB (Zope Object Database) is a Python native, object-oriented database designed for transparently and persistently storing Python objects without the need for object-relational mapping (ORM). It provides ACID transactions, multi-version concurrency control (MVCC), and a pluggable storage framework (e.g., FileStorage, ZEO for client-server, RelStorage for RDBMS backends). ZODB is actively maintained, with version 6.3 being the latest, and receives regular updates to support new Python versions and address bugs.","language":"python","status":"active","version":"6.3","tags":["object-database","persistence","zope","oodb","nosql","python","acid","mvcc"],"last_verified":"Mon May 25","install":[{"cmd":"pip install ZODB","imports":["from ZODB.FileStorage import FileStorage","from ZODB.DB import DB","import transaction"]}],"homepage":"https://zodb.org/en/latest/","github":"https://github.com/zopefoundation/ZODB","docs":"http://zodb-docs.readthedocs.io","changelog":"https://github.com/zopefoundation/ZODB/blob/master/CHANGES.rst","pypi":"https://pypi.org/project/zodb/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":50,"avg_install_s":3.7,"avg_import_s":0.26,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/zodb/compatibility"}}