Crate gel_dsn

Crate gel_dsn 

Source

Modules§

gel
Parses DSNs for Gel database connections.

Structs§

Host
A pointer to a host and port which may be a hostname, IP address or unix socket.
HostType
A pointer to a host which may be a hostname, IP address or unix socket.
SystemEnvVars
An implementation of EnvVar that uses std::env.

Traits§

EnvVar
A trait for abstracting the reading of environment variables.
FileAccess
A trait for abstracting the reading of files.
UserProfile
A trait for abstracting user profiles.