3.0.6 • Published 8 years ago

cruft-ddb v3.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
8 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

8 years ago

3.0.5

8 years ago

3.0.4

8 years ago

3.0.3

8 years ago

3.0.2

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.1.0

8 years ago

1.1.0

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.0

8 years ago