# Functions
DisableLog 禁用 SQL 语句及慢查询 日志。.
DisableStmtLog 禁用 SQL 语句日志,但是保留慢查询日志。.
NewBulkInserter 返回一个批量插入器 BulkInserter。.
NewConn 返回一个给定驱动和数据源的 Conn 数据库连接。.
NewConnFromDB 返回给定 sql.DB 的原始连接 Conn。 ,用于其他 ORM 交互,小心使用。.
NewMySQL 返回一个 MySQL 连接。 dataSourceName 为 mysql/sqlite/sqlmock/clickhouse 等。.
NewSessionFromTx 返回给定事务 tx 对应的会话 Session。.
SetSlowThreshold 设置 SQL 慢查询阈值。.
# Variables
ErrNotFound 是 sql.ErrNoRows 的别名。.
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
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