# Functions
StringToDSN parses 'str_dsn` in to a `DSN` instance.
StringToDSNWithKeys parse 'str_dsn' in to a `DSN` instance ensuring that the instance contains keys matching 'keys'.
# Type aliases
DSN represents a data source name (DSN) style string.