# README
Logging executed queries with go-clickhouse
See documentation for details.
# Functions
FromEnv configures the hook using the environment variable value.
No description provided by the author
WithEnabled enables/disables the hook.
WithVerbose configures the hook to log all queries (by default, only failed queries are logged).
WithWriter sets the log output to an io.Writer the default is os.Stderr.
# Type aliases
No description provided by the author