An open API service indexing awesome lists of open source software.

https://github.com/oldblackjoe/ibatis-mapper

generate SQL statements from the ibatis Mapper XML file in Node.js
https://github.com/oldblackjoe/ibatis-mapper

ibatis mysql node-js

Last synced: 9 months ago
JSON representation

generate SQL statements from the ibatis Mapper XML file in Node.js

Awesome Lists containing this project

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](#installation)
- [Usage](#usage)
- [Change Log](#change-log)

## 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