Docs Home → Develop Applications → MongoDB Manual
Connection Methods
This version of the documentation is archived and no longer supported. View the current documentation to learn how to upgrade your version of MongoDB server.
Note
For details on specific methods, including syntax and examples, click on the specific method to go to its reference page.
Name | Description |
---|---|
Connects to a MongoDB instance and to a specified database on that instance. | |
Creates a new connection object. | |
Returns a database object. | |
Returns a list of databases. | |
Returns a document with a list of databases and metadata. | |
Returns the current read preference mode for the MongoDB connection. | |
Returns the read preference tag set for the MongoDB connection. | |
Enables or disables causal consistency on the connection object. | |
Sets the read preference for the MongoDB connection. | |
Starts a session on the connection object. | |
Opens a change stream cursor for a deployment
to report on all its non- system collections across all its
databases, excluding the internal admin , local , and
config databases. | |
The session object. | |
The options object for the session. |