Versions in this module Expand all Collapse all v1 v1.3.5 Mar 19, 2026 Changes in this version + func Lex(query string, options ...LexOption) string + func SplitStatements(query string) []string + type LexOption func(*Lexer) + func LexOptions(opts ...LexOption) LexOption + func WithNamedCallback(cb OnNamedParam) LexOption + func WithPositionalSubstitution(cb SubstitutePosParam) LexOption + type Lexer struct + type OnNamedParam func(name string) + type SubstitutePosParam func() string