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");