Module vibe.db.mongo.settings
MongoDB client connection settings.
Functions
Name | Description |
---|---|
parseMongoDBUrl(cfg, 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: |
Classes
Name | Description |
---|---|
MongoClientSettings
|
Structs
Name | Description |
---|---|
MongoHost
|
Describes a host we might be able to connect to |
Enums
Name | Description |
---|---|
MongoAuthMechanism
|
Describes a vibe.d supported authentication mechanism to use on client connection to a MongoDB server. |