Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@juanchinovas juanchinovas released this 17 Apr 00:14
· 1 commit to master since this release
  • ExtendedPromise renamed to QueryProcessor
  • map and reduce functions were removed from QueryProcessor.
  • asGenerator NEW function on QueryProcessor allow you to read rows one by one from the db and pass in a row transformer function
  • process function allow you to transform or reduce the result.
  • Android and iOS minor fixes.
  • new upsert function too update/insert rows