Skip to content
Zope Object Database

Image by WikiImages on Pixabay · Pixabay License

EntityQ220399· pop 11· linked from 12 articles

Zope Object Database

Sign in to save

Also known as ZODB

Python object database management system

Source code

ZODB provides an object-oriented database for Python that provides a high-degree of transparency. ZODB runs on Python 3.7 and above. It also runs on PyPy. no separate language for database operations very little impact on your code to make objects persistent no database mapper that partially hides the database. Using an object-relational mapping is not like using an object-oriented database. almost no seam between code and database.

Excerpt from the source-code README · 1,663 chars · not written by Vinony

Wikidata facts

Part of
Zope
Official website
zodb.org
Show 3 more facts
source code repository URL
github.com/zopefoundation/ZODB
software version identifier
6.3
Sources (3)

via Wikidata · CC0

Article · Italiano

ZODB è lo Zope Object Database. Si tratta del sistema di database ad oggetti alla base di Zope, un application server open source ideato dalla e realizzato da questa insieme a una vasta comunità di sviluppatori. A differenza di un RDBMS (sistema per la gestione di basi di dati relazionali), una base di dati ad oggetti è gerarchica, in altre parole, si avvale di una struttura ad albero come un file system del computer: root / \ objet A objet B È anche possibile utilizzare relazioni nel dare un'identificazione di oggetti che ne hanno bisogno e gestirla come su un database relazionale con un ID che è auto-incrementante per la creazione di un oggetto.

Abstract from DBpedia / Wikipedia · CC BY-SA