Versions in this module Expand all Collapse all v1 v1.0.0 Oct 9, 2023 Changes in this version + type SQLParser struct + func Parser() *SQLParser + func (sp *SQLParser) FingerAndParameter(sql string) (*SQLParser, error) + func (sp *SQLParser) Result() (tmpl string, params []string)