cruft-ddb
v3.0.6
Published
A simple optimistic-locking abstraction over Dynamo DB
Downloads
4
Readme
cruft
A very simplistic optimistic locking abstraction over DynamoDB allowing the following operations on items -
create
- add a new itemread
- retrieve an item by IDupdate
- update an itemfind
- retrieve an item by prototypefindAll
- retrieve all items matching prototype
truncate
- delete an item by ID
Symbol.asyncIterator
Symbol.asyncIterator
has been polyfilled in a hopefully safe way!