Initializes a MongoDB client using a URL.
Disconnects all currently unused connections to the server.
Accesses a collection using an absolute path.
Returns an object representing the specified database.
Return a handle to all databases of the server.
Represents a connection to a MongoDB server.
Note that this class uses a ConnectionPool internally to create and reuse network connections to the server as necessary. It should be reused for all fibers in a thread for optimum performance in high concurrency scenarios.