# Functions
CreateDriver creates a Driver.
MysqlFormatter formats a connection string for the go-sql-driver/mysql lib NOTE: Currently only supports TCP connections.
NewConnector creates a new connector from a store.
PgFormatter formats a connection URI for the pq and pgx lib.
PgKVFormatter formats a connection string in the K/V format.
Register registers a DB driver Note: Register behaves similarly to database/sql.Register except that it doesn't panic on duplicate registrations, it just ignores them and continues.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
nolint:gochecknoglobals.
nolint:gochecknoglobals.
# Interfaces
Credentials represents an abstraction over a username and password.
Store represents a mechanism for retrieving Credentials.