Documentation ¶
Overview ¶
package dsn provides methods for working with data source name (DSN) strings.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DSN ¶
DSN represents a data source name (DSN) style string.
func StringToDSN ¶
StringToDSN parses 'str_dsn` in to a `DSN` instance.
func StringToDSNWithKeys ¶
StringToDSNWithKeys parse 'str_dsn' in to a `DSN` instance ensuring that the instance contains keys matching 'keys'.
Click to show internal directories.
Click to hide internal directories.