# Packages
Package mysql provides a MySQL driver for Go's database/sql package.
# Functions
No description provided by the author
No description provided by the author
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.
No description provided by the author
# Variables
ErrNoMaster is returned by Master when call master multiple times.
ErrNoRows is returned by Scan when QueryRow doesn't return a row.
ErrStmtNil prepared stmt error.
ErrTxDone transaction done.
# Type aliases
No description provided by the author