- 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