oslo.db/oslo_db/sqlalchemy/migration_cli
Mike Bayer 94d6e24ca1 Remove sqlalchemy-migrate
sqlalchemy-migrate does not support SQLAlchemy 2.x and we're not going
to invest the time in changing this. Remove integration of
sqlalchemy-migrate in oslo.db, allowing us to support SQLAlchemy 2.x
fully.

Note that we do not remove the 'migration_cli' module entirely yet.
While this is deprecated, it is possible to use this with alembic.
New users shouldn't be switching to it, but any existing users can
continue to use this module for some time yet.

Change-Id: Ic3d6bd318038d723b0d50d39e45f8e26289e9a57
Sem-Ver: api-break
2023-03-21 13:59:26 -04:00
..
README.rst Move files out of the namespace package 2014-12-24 13:28:48 +02:00
__init__.py Move files out of the namespace package 2014-12-24 13:28:48 +02:00
ext_alembic.py sqlalchemy: Remove checks for older deps 2021-06-25 12:59:42 +01:00
ext_base.py Drop use of six 2020-02-25 17:33:41 +00:00
manager.py Deprecate the 'oslo_db.sqlalchemy.migration_cli' module 2020-10-30 10:40:24 +00:00

README.rst

This module could be used either for: 1. Smooth transition from migrate tool to alembic 2. As standalone alembic tool

Core points: 1. Upgrade/downgrade database with usage of alembic/migrate migrations or both 2. Compatibility with oslo.config 3. The way to autogenerate new revisions or stamps