[][src]Module mongodb_cwal::connstring

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.

DNS
Host

Encapsulates the hostname and port of a host.

Enums

ConnectionProtocol

Constants

DEFAULT_PORT
URI_SCHEME
URI_SCHEME_DNS_SEEDLIST

Functions

parse

Parses a MongoDB connection string URI as defined by the manual.

parse_host