Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartTransaction ¶ added in v0.6.0
func StartTransaction(ctx context.Context, trans TransactionFunc) error
StartTransaction 开启事务
Types ¶
type Option ¶ added in v0.2.0
type Option func(*Options)
func WithIgnoreRecordNotFoundError ¶ added in v0.2.0
WithIgnoreRecordNotFoundError 忽略记录不存在错误
func WithParameterizedQueries ¶ added in v0.2.0
WithParameterizedQueries 使用参数化查询
func WithSlowThreshold ¶ added in v0.2.0
WithSlowThreshold 设置慢查询阈值
type TransactionFunc ¶ added in v0.6.0
Click to show internal directories.
Click to hide internal directories.