Versions in this module Expand all Collapse all v1 v1.0.1 May 7, 2020 Changes in this version + func DownOneStep(db *sql.DB, path string) error + func Migrate(db *sql.DB, path string) error type Options + MaxIdleConn int + MaxOpenConn int v1.0.0 Apr 22, 2020 Changes in this version + func Connect(options Options) (*sql.DB, error) + func ConnectWithAMP(options Options) (*sql.DB, error) + type Options struct + ConnectTimeout int + DBName string + Host string + Password string + Port int + SSLCert string + SSLKey string + SSLMode string + SSLRootCert string + Username string