Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试学习来自 Rails 的马提尼酒。martini 世界中的数据库迁移使用什么?
马提尼酒中没有这样的东西。它只是编写 Web 服务的助手。如果您想要数据库迁移,或者根本需要数据库,请使用第三方包。
一个示例工具堆栈是:
这种或完全不同的设置,例如使用 Go 的标准数据库包,可以与 martini 一起使用。