Versions in this module Expand all Collapse all v1 v1.0.0 Sep 19, 2023 Changes in this version + type Parser struct + Migration element.Migration + func NewParser(dialect sql_templates.SqlDialect, lowercase 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) MigrationDown() string + func (p Parser) MigrationUp() string + func (p Parser) Visit(node sqlite.Node) (w sqlite.Visitor, err error) + func (p Parser) VisitEnd(node sqlite.Node) error