0.1.0 • Published 5 years ago

ibatis-mapper v0.1.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
5 years ago

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

npm install --save ibatis-mapper

Usage

ibatis-mapper supports all of dynamic SQL elements.

Change Log

0.1.0

  • Initial Version