Versions in this module Expand all Collapse all v0 v0.1.0 May 27, 2026 v0.0.1 May 27, 2026 Changes in this version + var ErrMissingScheme = errors.New("missing scheme in DSN: expected mysql://, postgres://, or postgresql://") + func Scheme(dsn string) string + func ToMySQLDSN(dsn string) (string, error)