使用 SQLAlchemy 管理数据库迁移的方法?

发布于 2024-10-21 22:04:10 字数 1539 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

那请放手 2024-10-28 22:04:10

我对 sqlalchemy-migrate 没有任何个人经验,但这里有一个教程:

http://caneypuggies.alwaysreformed.com/wiki/DevelopingWithMigrations

如果您使用那里提到的脚本,您可以像这样创建迁移:

./new_migration.sh "Describe the new migration here"

我使用 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:

./new_migration.sh "Describe the new migration here"

I do all my migrations with South: http://south.aeracode.org/
Note that it depends on the Django framework though.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文