ived this message because you are subscribed to a topic in the
> Google Groups "sqlalchemy-alembic" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/sqlalchemy-alembic/rQM8auJUfVM/unsubscribe
> .
> To unsubscribe from this group and all
Hi,
I am trying to use Alembic in a way that the codebase is split to several
Python packages and each package tracks their own tables and migration
history independently. Effective each package has its own versions and
env.py. Is this possible? I assume it is possible as Alembic is pretty
po