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

# Functions

DefaultLogHookOptions are the default options for LogHook.
NewLogHook returns a new LogHook, for a provided list of LogHookOption.
WithArguments is used to enable the SQL arguments logging.
WithExcludedOperations is used to exclude a list of SQL operations from logging.
WithLevel is used to configure the SQL logging level.

# Structs

LogHook is a hook.Hook implementation for SQL logging.
Options are the options for LogHook.

# Type aliases

LogHookOption are the functional options for LogHook.