vibe.db.mongo.client

MongoClient class doing connection management. Usually this is a main entry point for client code.

Public Imports

vibe.db.mongo.collection
public import vibe.db.mongo.collection;
Undocumented in source.
vibe.db.mongo.database
public import vibe.db.mongo.database;
Undocumented in source.

Members

Classes

MongoClient
class MongoClient

Represents a connection to a MongoDB server.

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.

Authors

Sönke Ludwig