package
2.0.0-alpha5+incompatible
Repository: https://github.com/medvednikov/vitess.git
Documentation: pkg.go.dev

# Functions

Connect returns a sqldb.Conn using the default connection creation function.
NewSQLError returns a new SQLError.
Register registers a db connection.
RegisterDefault registers the default connection function.

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