Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 551 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 551 Bytes

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
  • Test for Circle CI