Categorygithub.com/powerman/mysqlx
modulepackage
0.3.3
Repository: https://github.com/powerman/mysqlx.git
Documentation: pkg.go.dev

# README

Helpers for use with Go MySQL driver github.com/go-sql-driver/mysql

GoDoc Go Report Card CircleCI Coverage Status

# Functions

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.