package
1.1.0
Repository: https://github.com/ankorstore/yokai.git
Documentation: pkg.go.dev

# Functions

DefaultTraceHookOptions are the default options for TraceHook.
NewTraceHook returns a new TraceHook, for a provided list of TraceHookOption.
WithArguments is used to enable the SQL arguments tracing.
WithExcludedOperations is used to exclude a list of database operations from tracing.

# Structs

Options are the options for TraceHook.
TraceHook is a hook.Hook implementation for SQL tracing.

# Type aliases

TraceHookOption are the functional options for TraceHook.