Skip to content

Commit 74a121b

Browse files
authored
Merge pull request #1900 from plone/zodb-addendum
Amend ZODB s/Extension/Enterprise
2 parents 1db87bc + 1fbf978 commit 74a121b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/backend/zodb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ myst:
44
"description": "Zope Object Database (ZODB)"
55
"property=og:description": "Zope Object Database (ZODB)"
66
"property=og:title": "Zope Object Database (ZODB)"
7-
"keywords": "Plone, ZODB, Zope Object Database, RelStorage, ZEO, ZODB Extension Objects"
7+
"keywords": "Plone, ZODB, Zope Object Database, RelStorage, ZEO, ZODB Enterprise Objects"
88
---
99

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

3939
Scalability
40-
: ZODB can be used in standalone applications or scaled with {term}`ZODB Extension Objects` (ZEO) for distributed storage.
40+
: ZODB can be used in standalone applications or scaled with {term}`ZODB Enterprise Objects` (ZEO) for distributed storage.
4141
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.
4242

4343

docs/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ react-intl
554554
WSGI
555555
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.
556556
557-
ZODB Extension Objects
557+
ZODB Enterprise Objects
558558
ZEO
559559
[ZEO](https://zeo.readthedocs.io/en/latest/) is a client-server storage for ZODB for sharing a single storage among many clients.
560560

0 commit comments

Comments
 (0)