Versions in this module Expand all Collapse all v0 v0.4.0 May 9, 2017 Changes in this version + type Config struct + Addr string + AllowAllFiles bool + AllowCleartextPasswords bool + AllowNativePasswords bool + AllowOldPasswords bool + ClientFoundRows bool + Collation string + ColumnsWithAlias bool + DBName string + InterpolateParams bool + Loc *time.Location + MaxAllowedPacket int + MultiStatements bool + Net string + Params map[string]string + ParseTime bool + Passwd string + ReadTimeout time.Duration + Strict bool + TLSConfig string + Timeout time.Duration + User string + WriteTimeout time.Duration + func ParseDSN(dsn string) (cfg *Config, err error)