Module mongodb::connstring
[−]
[src]
Connection string parsing and options.
Structs
| ConnectionOptions |
Encapsulates the options and read preference tags of a MongoDB connection. |
| ConnectionString |
Encapsulates information for connection to a single MongoDB host or replicated set. |
| Host |
Encapsulates the hostname and port of a host. |
Constants
| DEFAULT_PORT | |
| URI_SCHEME |
Functions
| parse |
Parses a MongoDB connection string URI as defined by the manual. |
| parse_host |