Skip to content

Releases: kyungmi/data-mapper

data-mapper-0.1.16

30 Oct 04:25

Choose a tag to compare

[BUGFIX] minor bug on db-error fixes

data-mapper-0.1.15

17 Aug 10:22

Choose a tag to compare

  • refine error message #2

data-mapper-0.1.9

19 Jun 12:16

Choose a tag to compare

document updated

data-mapper-0.1.8

19 Jun 11:49

Choose a tag to compare

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

03 Jun 03:40

Choose a tag to compare

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

27 May 08:59

Choose a tag to compare

  • 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

19 May 08:45

Choose a tag to compare

  • Abstract dao mappers and db connectors
  • Define connector and mapper configuration format