1.0.1-0 • Published 7 years ago

@compositor/ddb v1.0.1-0

Weekly downloads
1
License
-
Repository
github
Last release
7 years ago

ddb

Light AWS ddb wrapper.

Installation

npm install -S @compositor/ddb

Usage

var ddb = require('@compositor/ddb')

const client = ddb('my-table')

const obj = await client.get('UUID')
obj.foo = 'bar'

await client.put('UUID', obj)

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request
1.0.1-0

7 years ago

1.0.0-2

7 years ago

1.0.0-1

7 years ago

1.0.0-0

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

8 years ago

0.0.1

8 years ago