Versions in this module Expand all Collapse all v0 v0.0.2 Feb 10, 2026 v0.0.1 Feb 10, 2026 Changes in this version + type Caller struct + File string + Function string + Line int32 + type Op int32 + const OpBegin + const OpCommit + const OpExec + const OpPrepare + const OpQuery + const OpRollback + func (o Op) String() string + type Query struct + Args []string + Callers []Caller + Duration time.Duration + Error string + ID string + Op Op + Query string + RowsAffected int64 + StartTime time.Time + TxID string