ZODB

E551823

ZODB is an object-oriented database for Python that transparently stores and retrieves Python objects without requiring an explicit object-relational mapping layer.

Try in SPARQL Jump to: Surface forms Statements Referenced by

All labels observed (1)

Label Occurrences
ZODB canonical 2

Statements (48)

Predicate Object
instanceOf Python software
object-oriented database
avoids object-relational impedance mismatch
category NoSQL database
object database
dataModel object graph
designedFor Python applications
object persistence
developedFor Zope application server NERFINISHED
hasFeature ACID transactions
caching
concurrent access
garbage collection of unused objects
multi-version concurrency control
no object-relational mapping required
pluggable storage backends
schema-less data model
transactional integrity
transparent object graph persistence
transparent persistence of Python objects
undo support
homepage https://zodb.org
implements transactional object database
integratesWith Plone NERFINISHED
Pyramid NERFINISHED
ZEO NERFINISHED
Zope NERFINISHED
license Zope Public License NERFINISHED
maintainedBy Zope Foundation NERFINISHED
persistenceModel object persistence
programmingLanguage Python
provides Pythonic persistence API
repository https://github.com/zopefoundation/ZODB
stores Python objects
object graphs
supports blob storage for large binary objects
conflict resolution
file-based storage
in-memory storage
multiple storage backends
networked storage via ZEO
packing to reclaim space
transactions across multiple databases
supportsLanguage Python
supportsTransactions true
usedIn Plone NERFINISHED
Zope NERFINISHED
writtenIn Python NERFINISHED

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

Zope uses ZODB
Zope hasComponent ZODB