发布于 2015-09-14 14:58:22 | 105 次阅读 | 评论: 0 | 来源: 网络整理
Mongo.getDB() provides access to database objects from the mongo shell or from a JavaScript file.
参数: |
|
---|
The following example instantiates a new connection to the MongoDB instance running on the localhost interface and returns a reference to "myDatabase":
db = new Mongo().getDB("myDatabase");