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
- Host: GitHub
- URL: https://github.com/oldblackjoe/ibatis-mapper
- Owner: OldBlackJoe
- License: apache-2.0
- Created: 2018-12-17T01:13:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-25T06:32:20.000Z (almost 2 years ago)
- Last Synced: 2024-04-25T23:21:27.115Z (over 1 year ago)
- Topics: ibatis, mysql, node-js
- Language: JavaScript
- Homepage:
- Size: 1.71 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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