MongoMapper 文档
有人有 MongoMapper 文档的好资源吗?我一直在阅读 mongoDB 文档,但其中很多都没有转换为 ruby/mm。我一直试图弄清楚如何执行 SELECT FROM WHERE EXISTS ,但收效甚微。
db.things.find( { a : { $exists : true } } ); // 如果存在则返回对象
到目前为止我找到的唯一文档 这些 有点帮助。
谢谢。
Does anyone have a good resource for MongoMapper documentation? I've been reading through the mongoDB docs, but a lot of it doesn't convert across to ruby/mm. I've been trying to figure out how to do a SELECT FROM WHERE EXISTS
with little success.
db.things.find( { a : { $exists : true } } ); // return object if a is present
The only docs I've found so far these which have helped a little.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是三个很好的 pdf 链接,它将指导您如何存储文件、检索文件、twitter 模式、关注者、插入、更新等等......
第一个 Pdf - MongoDb,作者:Kristina
MongoDb 作者:Kyle
MongoDb 作者:Mathias Stearn
Here is the three good pdf link which will guide you how to store files,retrieve files,twitter schema,followers, insert,update and many more..........
First Pdf - MongoDb by Kristina
MongoDb by Kyle
MongoDb by Mathias Stearn
实际上,现在有一个文档项目: http://mongomapper.com/documentation/
Actually, there's a documentation project now: http://mongomapper.com/documentation/