, - (pkg_a.migrations, pkg_b.migrations ..), , , alembic.ini -n alembic, , :
[pkg_a]
script_location = migrations_a
sqlalchemy.url = xxx
[pkg_b]
script_location = migrations_b
sqlalchemy.url = xxx
[pkg_c]
script_location = migrations_c
sqlalchemy.url = xxx
alembic revision -n pkg_a -m "added a new model pkg_a.models"
, , - , - , SQLAlchemy models.py, ? "" , , SQLAlchemy, .