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. .. seealso:: `Alembic OpenAlchemy example `_ Example of integrating OpenAlchemy with Alembic. `Alembic documentation `_ Documentation for Alembic. .. seealso:: :ref:`getting-started`