Releases: kyungmi/data-mapper
Releases · kyungmi/data-mapper
data-mapper-0.1.16
data-mapper-0.1.15
- refine error message #2
data-mapper-0.1.9
document updated
data-mapper-0.1.8
Enhance functionalities and fix bugs
- enhance stack trace of db-error
- modify signature of callback function from 'function(err, result)' to 'function(err, context)' and add
context.result()function to get result - modify test.js
- fix some bugs
data-mapper-0.1.6
Some minor bug fixed
- bug on single quotes in query template
- parameters that is number or boolean type haven't been counted in default queries
Some minor feature added
- create or drop statement
data-mapper-0.1.4
- make the architecture for using multiple connectors
- add a context concept used when query is executed
- add result map concept
- write lightweight SQL template engine
- add mybatis-like helpers 'where', 'set', 'if', 'trim'
- add small set of mongodb-like default mapper methods
data-mapper-0.1.0
- Abstract dao mappers and db connectors
- Define connector and mapper configuration format