Versions in this module Expand all Collapse all v1 v1.0.0 Aug 3, 2024 Changes in this version + const SqlArgsFieldName + const SqlExecuteTimeFieldName + const SqlFieldName + type QueryHook struct + func NewQueryHook(options QueryHookOptions) QueryHook + func (h QueryHook) AfterQuery(ctx context.Context, event *bun.QueryEvent) + func (h QueryHook) BeforeQuery(ctx context.Context, event *bun.QueryEvent) context.Context + type QueryHookOptions struct + Logger zerolog.Logger + SlowDuration time.Duration