Skip to content

v4.3.0

Choose a tag to compare

@samhuk samhuk released this 19 Sep 16:03
· 57 commits to master since this release
90d3a4a

Existing store function changes:

  • Rename getSingle to get
  • Rename getMultiple to getMany
  • Rename updateSingle to update, and include handling for queries with and without LIMIT, OFFSET, and ORDER BY
  • Rename deleteSingle to delete, and include handling for queries with and without LIMIT, OFFSET, and ORDER BY

New store functions:

  • exists
  • count

Additionally, large store code organizational improvement and README simplification.