//
pkg.gl
Category
github.com/powerman/mysqlx
module
package
0.3.3
Repository:
https://github.com/powerman/mysqlx.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
2
Files
76 SLOC
#
README
Helpers for use with Go MySQL driver github.com/go-sql-driver/mysql
#
Functions
EnsureTempDB
EnsureTempDB will drop/create new temporary db with suffix in db name and return config with temporary db name together with cleanup func which will close and drop temporary db.