vibe.db.mongo.settings

MongoDB client connection settings.

Members

Classes

MongoClientSettings
class MongoClientSettings

Enums

MongoAuthMechanism
enum MongoAuthMechanism

Describes a vibe.d supported authentication mechanism to use on client connection to a MongoDB server.

Functions

parseMongoDBUrl
bool parseMongoDBUrl(MongoClientSettings cfg, string url)

Parses the given string as a mongodb URL. The URL must be in the form documented at http://www.mongodb.org/display/DOCS/Connections which is:

Structs

MongoHost
struct MongoHost

Describes a host we might be able to connect to

Meta

License

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

Authors

Sönke Ludwig