Mongo.getDB()

Mongo.getDB(<database>)

Mongo.getDB() provides access to database objects from the mongo shell or from a JavaScript file.

参数:
  • database (string) – The name of the database to access.

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

也可以参考

Mongo() and connect()

MongoDB Manual (Index)

关于

生态系统

格式

资源