ibatis-mapper

ibatis-mapper can generate SQL statements from the iBatis Mapper XML file in node.js. You can use Dynamic SQL elements

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
ibatis-mapper
120.1.05 years ago5 years agoMinified + gzip package size for ibatis-mapper in KB

Readme

ibatis-mapper #
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 - Installation - Usage - Change Log

Installation ##

``` npm install --save ibatis-mapper ```

Usage ##

ibatis-mapper supports all of dynamic SQL elements.

Change Log ##

0.1.0 ###

  • Initial Version