Skip to content

Latest commit

 

History

History
75 lines (47 loc) · 911 Bytes

File metadata and controls

75 lines (47 loc) · 911 Bytes

createTable

Create a table

name description
table
cb

deleteTable

Delete a table

name description
table
cb

scan

Scan a table

name description
opts
cb

getItem

Get an item from a table

name description
key key of the item to get
opts
cb callback

putItem

Put an item into a table

name description
doc document
opts
cb callback

updateItem

Update an item in a table

name description
key
doc document
opts
cb callback

deleteItem

Delete an item from a table

name description
key
opts
cb callback