【发布时间】:2016-05-21 15:55:43
【问题描述】:
是否可以在没有访问数据库的情况下拥有 Alembic auto-generate migrations?
例如 django / south 可以通过 comparing the current version of a Model against a previous snapshot of the Model 做到这一点。
【问题讨论】:
-
你有没有想过这个问题?
-
我没弄明白。
标签: sqlalchemy django-south django-migrations alembic