An open API service indexing awesome lists of open source software.

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

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.