Versions in this module Expand all Collapse all v1 v1.0.0 Mar 1, 2026 Changes in this version + type Parser struct + Migration element.Migration + func NewParser(dialect sqltemplates.SqlDialect, lowercase, ignoreOrder bool) *Parser + func (p *Parser) Diff(old Parser) + func (p *Parser) Enter(in ast.Node) (ast.Node, bool) + func (p *Parser) HashValue() int64 + func (p *Parser) Leave(in ast.Node) (ast.Node, bool) + func (p *Parser) Parser(sql string) error + func (p *Parser) ParserMysql(sql string) error + func (p *Parser) ParserPostgresql(sql string) error + func (p *Parser) ParserSqlite(sql string) error + func (p *Parser) Visit(node sqlite.Node) (w sqlite.Visitor, n sqlite.Node, err error) + func (p Parser) MigrationDown() string + func (p Parser) MigrationUp() string + func (p Parser) VisitEnd(node sqlite.Node) (sqlite.Node, error)