package
2.0.0-alpha2+incompatible
Repository: https://github.com/erzel/vitess.git
Documentation: pkg.go.dev
# Functions
Connect returns a sqldb.Conn using the default connection creation function.
NewSqlError returns a new SqlError.
Register a db connection.
# Variables
DefaultDB decides the default db connection.
# Structs
ConnParams contains all the parameters to use to connect to mysql.
SqlError is the error structure returned from calling a db library function.
# Interfaces
Conn defines the behavior for the low level db connection.
# Type aliases
NewConnFunc is a factory method that creates a Conn instance using given ConnParams.