GitHub

mongoDB操作

NoSQLBooster for MongoDB的基本使用(https://www.cnblogs.com/ioveNature/p/8033680.html)

连接:mongoldb://username:password@host:port/db

 

查找表内嵌套的Object结构时,访问用双引号括起来,像”user.id” 

db.coupons.find( {type: "USER", "user.id": 1268096} );

比较详细的语法介绍:

https://www.cnblogs.com/no7dw/archive/2013/05/17/3083419.html

 

posted @ 2018-02-08 11:43  長风  阅读(115)  评论(0编辑  收藏  举报