Versions in this module Expand all Collapse all v0 v0.1.0 Jul 22, 2026 Changes in this version + var ErrMultipleStatements = errors.New("multiple SQL statements are not supported") + var ErrUnsupportedSQL = errors.New("unsupported sql") + func StructuralFeaturesSupported() bool + func TableDependenciesSupported() bool + type PostgresParser struct + func NewPostgresParser() *PostgresParser + func (p *PostgresParser) Normalize(query string, args []any) (core.Template, error)