mongodb 模块使用索引注释
从提供的文档中, http://www.playframework.org/modules/mongo-1.3/ home,我没有看到这样的注释可用,但似乎需要编写代码来创建/指定索引。现在还是这样吗?
From the doc provided, http://www.playframework.org/modules/mongo-1.3/home, I don't see such annotation available but it seems that the code need to be write to create/specify indexes. Is that still the case for now?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你只想在 Play 中使用 Mongo,我认为正确的模块是 play-morphia
您选择的那个不太活跃啊!
(仅供参考,我目前正在为 siena 实施 mongodb,这是一个紧密集成的 SQL/NoSQL 框架使用模块 play-siena 进行播放...这个 mongo impl 应该在几周内准备好)
If you want to use Mongo only with Play, I think the right module is play-morphia
The one you chose is not quite active afaik!
(FYI I'm currently working on the implementation of mongodb for siena, a SQL/NoSQL framework tightly integrated with play using module play-siena... This mongo impl should be ready in a few weeks)