package
1.0.0
Repository: https://github.com/jinycoo/jinygo.git
Documentation: pkg.go.dev

# 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.

# Structs

No description provided by the author
No description provided by the author
Row row.
Rows rows.
Stmt prepared stmt.
Tx transaction.

# Type aliases

No description provided by the author