MongoMapper 文档

发布于 2024-09-12 18:36:24 字数 417 浏览 2 评论 0原文

有人有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

余厌 2024-09-19 18:36:24

这是三个很好的 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

云胡 2024-09-19 18:36:24

实际上,现在有一个文档项目: http://mongomapper.com/documentation/

Actually, there's a documentation project now: http://mongomapper.com/documentation/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文