package
1.4.3
Repository: https://github.com/hduhelp/go-zero.git
Documentation: pkg.go.dev

# Functions

DisableLog disables logging of sql statements, includes info and slow logs.
DisableStmtLog disables info logging of sql statements, but keeps slow logs.
NewBulkInserter returns a BulkInserter.
NewMysql returns a mysql connection.
NewSessionFromTx returns a Session with the given sql.Tx.
NewSqlConn returns a SqlConn with given driver name and datasource.
NewSqlConnFromDB returns a SqlConn with the given sql.DB.
SetSlowThreshold sets the slow threshold.

# Variables

ErrNotFound is an alias of sql.ErrNoRows.
ErrNotMatchDestination is an error that indicates not matching destination to scan.
ErrNotReadableValue is an error that indicates value is not addressable or interfaceable.
ErrNotSettable is an error that indicates the passed in variable is not settable.
ErrUnsupportedValueType is an error that indicates unsupported unmarshal type.

# Structs

No description provided by the author

# Interfaces

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

# Type aliases

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