# Constants
No description provided by the author
# Structs
Adapter of Db Client, add context support.
DB client component, wrapper for database/sql, support read-write splitting, configuration: db: class: "@pgo/Client/Db/Client" driver: "mysql" dsn: "user:pass@tcp(127.0.0.1:3306)/db?charset=utf8&timeout=0.5s" slaves: ["slave1 dsn", "slave2 dsn"] maxIdleConn: 5 maxOpenConn: 10 sqlLog:false maxConnTime: "1h" slowLogTime: "100ms".
Row wrapper for sql.Row.
Stmt wrap sql.Stmt, add context support.