python310-alembic Python 3.10 - alembic - SQLAlchemy database migration tool 3.4.2 2023-08-24 eisfair-noarch the eisfair team, team(at)eisfair(dot)org stable
python3
python310-base 3.4.2 python310-mako 3.4.0 python310-sqlalchemy 3.4.0 python310-python-dateutil 3.4.0 python310-typing_extensions 3.4.0 update-alternatives 3.4.0 Internal Program Version: alembic 1.11.2 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