3.0.6 • Published 7 years ago

cruft-ddb v3.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

cruft

A very simplistic optimistic locking abstraction over DynamoDB allowing the following operations on items -

  • create - add a new item
  • read - retrieve an item by ID
  • update - update an item
  • find - retrieve an item by prototype
    • findAll - retrieve all items matching prototype
  • truncate - delete an item by ID

Symbol.asyncIterator

Symbol.asyncIterator has been polyfilled in a hopefully safe way!

3.0.6

7 years ago

3.0.5

7 years ago

3.0.4

7 years ago

3.0.3

7 years ago

3.0.2

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago

2.1.0

7 years ago

1.1.0

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.0

7 years ago