# 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.
# Type aliases
TraceHookOption are the functional options for TraceHook.