Categorygithub.com/libgo/mysqlx
modulepackage
0.0.0-20220117080144-69e601a02231
Repository: https://github.com/libgo/mysqlx.git
Documentation: pkg.go.dev

# Functions

Client returns mysql client, mostly, we use Use() func.
Close closes all mysql conn, TODO maybe we should return close err.
HealthCheck ping db.
IsDupErr check if mysql error is ER_DUP_ENTRY https://github.com/VividCortex/mysqlerr.
IsNoRowsErr.
IsUnChanged checks if result.RowsAffected is 0.
MySQLErr try conver mysql err to *MySQLError.
Register dsn format -> [username[:password]@][protocol[(address)]]/dbname[?param1=value1&...&paramN=valueN] each db should only register once.
Use is helper func to get *DB.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Conf is mysql driver and conn related config.
No description provided by the author

# Type aliases

alias.
alias.
alias.
alias.
alias.
alias.
alias.