package
0.1.1
Repository: https://github.com/gole-dev/gole.git
Documentation: pkg.go.dev

# Functions

NewMySQL new db and retry connection when has error.
Open opens a database specified by its database driver name and a driver-specific data source name, usually consisting of at least a database name and connection information.

# Variables

ErrNoMaster is returned by Master when call master multiple times.
ErrNoRows is returned by Scan when QueryRow doesn'trace return a row.
ErrStmtNil prepared stmt error.
ErrTxDone transaction done.

# Structs

Config mysql config.
DB database.
Row row.
Rows rows.
Stmt prepared stmt.
Tx transaction.