slackbuilds_ponce/python/python3-ZODB/README
Yth - Arnaud 1279d69c53
python/python3-ZODB: Added (Python object-oriented database).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-07-08 08:51:18 +07:00

15 lines
605 B
Text

ZODB: a Python object-oriented database
ZODB provides an object-oriented database for Python that provides a
high-degree of transparency. ZODB runs on Python 2.7 or Python 3.4 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.
ZODB is an ACID Transactional database.
To learn more, visit: https://zodb-docs.readthedocs.io