https://github.com/zopefoundation/zope.generations
Zope application schema generations
https://github.com/zopefoundation/zope.generations
maintained
Last synced: 8 months ago
JSON representation
Zope application schema generations
- Host: GitHub
- URL: https://github.com/zopefoundation/zope.generations
- Owner: zopefoundation
- License: other
- Created: 2013-02-26T00:13:38.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-09-12T07:13:27.000Z (9 months ago)
- Last Synced: 2025-09-30T19:39:24.528Z (8 months ago)
- Topics: maintained
- Language: Python
- Homepage:
- Size: 543 KB
- Stars: 2
- Watchers: 67
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Copyright: COPYRIGHT.txt
Awesome Lists containing this project
README
==================
zope.generations
==================
.. image:: https://img.shields.io/pypi/v/zope.generations.svg
:target: https://pypi.org/project/zope.generations/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/pyversions/zope.generations.svg
:target: https://pypi.org/project/zope.generations/
:alt: Supported Python versions
.. image:: https://readthedocs.org/projects/zopegenerations/badge/?version=latest
:target: https://zopegenerations.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://github.com/zopefoundation/zope.generations/actions/workflows/tests.yml/badge.svg
:target: https://github.com/zopefoundation/zope.generations/actions/workflows/tests.yml
:alt: Build Status
.. image:: https://coveralls.io/repos/github/zopefoundation/zope.generations/badge.svg
:target: https://coveralls.io/github/zopefoundation/zope.generations
:alt: Code Coverage
Generations are a way of updating objects in the database when the application
schema changes. An application schema is essentially the structure of data,
the structure of classes in the case of ZODB or the table descriptions in the
case of a relational database.
See https://zopegenerations.readthedocs.io/ for complete documentation.