Versions in this module Expand all Collapse all v5 v5.0.1 Jul 28, 2026 Changes in this version + type Access string + const AccessRead + const AccessUnknown + const AccessWrite + func ClassifySQL(parseSQL string) Access + type Finding struct + Access Access + ArgCount int + File string + Line int + Method string + NeedsHuman bool + Note string + ProposedCommand string + ProposedSignature string + Receiver string + SQL string + func AnalyzeSource(parseFileName string, parseSource string, parseOptions Options) ([]Finding, error) + type Options struct + Receivers []string + type Summary struct + NeedsHuman int + Reads int + Total int + Writes int + func Summarize(parseFindings []Finding) Summary