Releases: juanchinovas/nativescript-sqlite-access
Releases · juanchinovas/nativescript-sqlite-access
v1.1.0
- 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
v1.0.81
- Fixes the wrong import file in the index file.
- parameter reduceFn was remove from select function.
select
andquery
function return a ExtendedPromise that let you add a map or reduce function to each matched rows.