Categorygithub.com/actiontech/mybatis-mapper-2-sql
modulepackage
0.5.0
Repository: https://github.com/actiontech/mybatis-mapper-2-sql.git
Documentation: pkg.go.dev

# README

mybatis-mapper-2-sql

Generate SQL statements from the MyBatis3 mapper XML file

# Packages

No description provided by the author
No description provided by the author

# Functions

ParseXML is a parser for parse all query in XML to string.
ParseXMLQuery is a parser for parse all query in XML to []string one by one; you can set `skipErrorQuery` true to ignore invalid query.
ParseXMLs is a parser for parse all query in several XML files to []ast.StmtInfo one by one; you can set `skipErrorQuery` true to ignore invalid query.

# Structs

No description provided by the author