Versions in this module Expand all Collapse all v0 v0.1.0 Apr 24, 2026 Changes in this version + type Join struct + Condition string + Left string + Right string + Type string + type Operation string + const OpDelete + const OpInsert + const OpOther + const OpSelect + const OpUpdate + const OpUpsert + type Summary struct + AffectedColumns []string + Joins []Join + Operation Operation + Position risk.Position + Predicates []string + ReferencedColumns []string + RiskLevel risk.Severity + SelectStar bool + Tables []string + Tag string + func Parsed(stmts statements.Statements, sql string) []Summary + func Summarize(sql string) ([]Summary, error)