- Reference >
- JavaScript Methods >
- Mongo.getDB()
Mongo.getDB()¶
-
Mongo.getDB(<database>)¶ Mongo.getDB()provides access to database objects from themongoshell or from a JavaScript file.Parameters: - 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":