py3-alembic

database migration tool for sqlalchemy

WWW CVSWeb GITHub
  1. Package version
    py3-alembic-1.10.4
  2. Maintainer
    The OpenBSD ports mailing-list

Alembic is a database migrations tool for SQLAlchemy.

* 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.

  • python3

  • lang/python/3.10
  • devel/py-build,python3
  • devel/py-installer,python3
  • devel/py-setuptools,python3
  • devel/py-wheel,python3

  • STEM->=1.3.0:databases/py-sqlalchemy,python3
  • devel/py-typing-extensions,python3
  • www/py-mako,python3
  • lang/python/3.10