# Functions
ExplainSQL generate SQL string with given parameters, the generated SQL is expected to be used in logger, execute it might introduce a SQL injection vulnerability.
New initialize logger.
# Variables
Default Default logger.
Discard Discard logger will print any log to ioutil.Discard.
ErrRecordNotFound record not found error.
Recorder Recorder logger records running SQL into a recorder instance.
# Type aliases
LogLevel log level.