Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/backend/zodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ myst:
"description": "Zope Object Database (ZODB)"
"property=og:description": "Zope Object Database (ZODB)"
"property=og:title": "Zope Object Database (ZODB)"
"keywords": "Plone, ZODB, Zope Object Database, RelStorage, ZEO, ZODB Extension Objects"
"keywords": "Plone, ZODB, Zope Object Database, RelStorage, ZEO, ZODB Enterprise Objects"
---

% TODO: Diátaxis conceptual guide
Expand Down Expand Up @@ -37,7 +37,7 @@ Built-in versioning and undo
: The database allows versioning, enabling rollback to previous states if needed.

Scalability
: ZODB can be used in standalone applications or scaled with {term}`ZODB Extension Objects` (ZEO) for distributed storage.
: ZODB can be used in standalone applications or scaled with {term}`ZODB Enterprise Objects` (ZEO) for distributed storage.
Additionally, ZODB supports the {term}`RelStorage` adapter, which allows it to use relational databases, including PostgreSQL, MySQL, or Oracle, as a backend, providing flexibility for integration with existing database infrastructures.


Expand Down
2 changes: 1 addition & 1 deletion docs/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ react-intl
WSGI
The Web Server Gateway Interface (WSGI, pronounced _WIZ-ghee_) is a simple calling convention for web servers to forward requests to web applications or frameworks written in the Python programming language.

ZODB Extension Objects
ZODB Enterprise Objects
ZEO
[ZEO](https://zeo.readthedocs.io/en/latest/) is a client-server storage for ZODB for sharing a single storage among many clients.

Expand Down