We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
查看新项目 Alembic:http://readthedocs.org/docs/alembic/en/latest/index。 html
Check out new project Alembic: http://readthedocs.org/docs/alembic/en/latest/index.html
我对 sqlalchemy-migrate 没有任何个人经验,但这里有一个教程:
http://caneypuggies.alwaysreformed.com/wiki/DevelopingWithMigrations
如果您使用那里提到的脚本,您可以像这样创建迁移:
我使用 South 进行所有迁移: http://south.aeracode.org/
请注意,它取决于 Django 框架。
I don't have any personal experience with
sqlalchemy-migrate
, but here's a tutorial:http://caneypuggies.alwaysreformed.com/wiki/DevelopingWithMigrations
If you use the scripts mentioned there, you can create migrations like this:
I do all my migrations with South: http://south.aeracode.org/
Note that it depends on the Django framework though.