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.

All labels observed (2)

Label Occurrences
ZODB canonical 8
Zope Object Database 2

How this entity was disambiguated

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 ⓘ
linked to: Zope
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 ⓘ
Pyramid ⓘ
ZEO ⓘ
Zope ⓘ
license Zope Public License ⓘ
maintainedBy Zope Foundation ⓘ
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 ⓘ
Zope ⓘ
writtenIn Python ⓘ

How these facts were elicited

Referenced by (10)

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

Zope → uses → ZODB ⓘ
Zope → hasComponent → ZODB ⓘ
Zope Public License → appliesTo → ZODB ⓘ
subject linked to: ZPL
Z Object Publishing Environment → usesDatabase → Zope Object Database ⓘ
linked to: ZODB
Z Object Publishing Environment → hasComponent → Zope Object Database ⓘ
linked to: ZODB
Plone → supportsDatabase → ZODB ⓘ
Grok → commonlyUsedWith → ZODB ⓘ
subject linked to: Grok (web framework)