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.
我有兴趣使用Shapado在 Ruby on Rails 上创建一个问答网站。但它使用 MongoDB 作为数据库;如何将其更改为在 MySQL 或 PostgreSQL 上运行?
重写每个模型以从 ActiveRecord::Base 继承。将字段重写为迁移并以这种方式重新创建数据模型。
这不是一件容易的事。