Versions in this module Expand all Collapse all v1 v1.1.0 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) v1.0.1 May 1, 2022 Changes in this version + func InitializeDatabaseConnectionExec(connectionString string, allowMultiStatements bool) *sql.DB