v4.3.0
Existing store function changes:
- Rename
getSingletoget - Rename
getMultipletogetMany - Rename
updateSingletoupdate, and include handling for queries with and without LIMIT, OFFSET, and ORDER BY - Rename
deleteSingletodelete, and include handling for queries with and without LIMIT, OFFSET, and ORDER BY
New store functions:
existscount
Additionally, large store code organizational improvement and README simplification.