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