AlembicΒΆ

Alembic is a database migration tool that is tightly integrated with SQLAlchemy. The models generated by OpenAlchemy are standard SQLAlchemy models which means that they work with Alembic.

See also

Alembic OpenAlchemy example

Example of integrating OpenAlchemy with Alembic.

Alembic documentation

Documentation for Alembic.

See also

Getting Started