Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetTestMySQLDSN ¶
GetTestMySQLDSN returns DNS for MySQL test database.
Types ¶
type MySQLVendor ¶
type MySQLVendor string
MySQLVendor represents MySQL vendor (Oracle, Percona).
const ( OracleMySQL MySQLVendor = "oracle" PerconaMySQL MySQLVendor = "percona" MariaDBMySQL MySQLVendor = "mariadb" )
MySQL vendors.
func MySQLVersion ¶
MySQLVersion returns MAJOR.MINOR MySQL version (e.g. "5.6", "8.0", etc.) and vendor.
Click to show internal directories.
Click to hide internal directories.