MongoDB连表查询 - CNode技术社区
正在学习MongoDB的连表查询,没搞明白的是,如何将B表的ObjectId字段插入到A表中: // User模式 var mongoose = require('mongoose') var UserSchema = new ...
MongoDB高级查询详细 - 张龙豪 - 博客园
2015年7月13日 - > show collections --查看数据库中有那些个集合(表) > db.person.drop() --删除当前集合(表)person MongoDB接入Javascrip风格语法,for,while,next,hasNext,forE...