electrodb
Advanced tools
Changelog
[2.0.0] - 2022-09-19 [read more]
data
property. [read more].go()
terminal method, and the LastEvaluatedKey is now returned a string cursor
. [read more]go()
terminal method now only queries one page by default. To auto-page (to match functionality prior to this change), pass the query option pages
with a value of 'all'
. [read more]raw
and returnKeys
have been deprecated (still accepted for the time being) and replaced with the query option data
, which accepts the values 'raw'
, 'includeKeys'
, 'attributes'
or undefined
..page()
terminal method. All pagination is now done through the .go()
method. Queries and scans now return a cursor
property (of type "string") to be passed on subsequent pagination requests. [read more]Changelog
[1.11.1] - 2022-07-06
begins_with(...)
which could potentially result in data leakages if a sort key's value was the starting prefix to another sort key value. [read more]Changelog
[1.10.2] - 2022-07-02
Changelog
[1.10.0] - 2022-06-29
Changelog
[1.8.4] - 2022-05-18