python38-alembic
Python 3.8 - alembic - SQLAlchemy database migration tool
3.2.8
2023-03-27
eisfair-noarch
the eisfair team, team(at)eisfair(dot)org
stable
python38-base 3.2.5
python38-mako 3.2.5
python38-sqlalchemy 3.2.5
python38-importlib-metadata 3.2.5
python38-importlib-resources 3.2.5
python38-python-dateutil 3.2.5
update-alternatives 3.2.0
python3-alembic
Internal Program Version: alembic 1.7.7
Alembic is a new database migrations tool, written by the author
of SQLAlchemy 'http://www.sqlalchemy.org'. A migrations tool
offers the following functionality:
* Can emit ALTER statements to a database in order to change
the structure of tables and other constructs
* Provides a system whereby "migration scripts" may be constructed;
each script indicates a particular series of steps that can "upgrade" a
target database to a new version, and optionally a series of steps that can
"downgrade" similarly, doing the same steps in reverse.
* Allows the scripts to execute in some sequential manner.
https://github.com/sqlalchemy/alembic