Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMissingScheme = errors.New("missing scheme in DSN: expected mysql://, postgres://, or postgresql://")
Functions ¶
func ToMySQLDSN ¶
ToMySQLDSN converts a `mysql://user:pass@host:port/db?params` URI into the `user:pass@tcp(host:port)/db?params` format expected by go-sql-driver/mysql.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.