Versions in this module Expand all Collapse all v0 v0.1.0 Apr 24, 2026 Changes in this version + func Format(sql string) (string, error) + func FormatParsed(stmts statements.Statements) (string, error) + func Highlight(formatted string) string + func StripShellPrompts(sql string) string + type StripResult struct + Removed bool + Stripped string + func StripShellPromptsWithMap(sql string) StripResult + func (r StripResult) Translate(strippedOffset int) int