Versions in this module Expand all Collapse all v1 v1.2.0 May 4, 2022 v1.1.1 May 3, 2022 Changes in this version + type MySQLDB struct + ConnectionString string + DB *sql.DB + func (mysqlDB MySQLDB) CloseConnection() error + func (mysqlDB MySQLDB) Connect(connectionString string, allowMultiStatements bool) (*sql.DB, error)