ibatis-mapper can generate SQL statements from the iBatis3 Mapper XML file in node.js.
You can also use Dynamic SQL elements, for example, <isNotNull>, <isEqual>, <iterate>.
Table of contents
npm install --save ibatis-mapper
ibatis-mapper supports all of dynamic SQL elements.
- Initial Version
- Test for Circle CI