Create a table
| name | description |
|---|---|
table |
|
cb |
Delete a table
| name | description |
|---|---|
table |
|
cb |
Scan a table
| name | description |
|---|---|
opts |
|
cb |
Get an item from a table
| name | description |
|---|---|
key |
key of the item to get |
opts |
|
cb |
callback |
Put an item into a table
| name | description |
|---|---|
doc |
document |
opts |
|
cb |
callback |
Update an item in a table
| name | description |
|---|---|
key |
|
doc |
document |
opts |
|
cb |
callback |
Delete an item from a table
| name | description |
|---|---|
key |
|
opts |
|
cb |
callback |