Documentation ¶ Index ¶ func ExplainSQL(sql string, numericPlaceholder *regexp.Regexp, escaper string, avars ...any) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ExplainSQL ¶ func ExplainSQL(sql string, numericPlaceholder *regexp.Regexp, escaper string, avars ...any) string ExplainSQL generate SQL string with given parameters, the generated SQL is expected to be used in logger, because executing it might introduce a SQL injection. Types ¶ This section is empty. Source Files ¶ View all Source files sql.go Click to show internal directories. Click to hide internal directories.