Mongoid:使用多个数据库?
我在 Rails 应用程序中使用 MongoDB 和 MongoID,某些模型如何成为同一服务器上不同 mongo 数据库的一部分?我该如何完成这样的事情呢?我之前在mysql上也遇到过同样的问题,但找不到合理的解决方案。
有什么想法吗?
I'm using MongoDB and MongoID in a rails app, how can some models be a part of a different mongo database on the same server? How would I accomplish something like that? I've run into the same problem with mysql before and couldn't find a reasonable solution.
Any thoughts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最新版本的 Mongoid 支持这一点。请参阅文档。
片段:
config/mongoid.yml:
在您的模型中:
The newest versions of Mongoid support this. See the docs.
Snippets:
config/mongoid.yml:
In your model: