Clojure DynamoDB client. Originally adapted from Rotary by James Reeves. Ref. https://github.com/weavejester/rotary (Rotary), http://goo.gl/22QGA (DynamoDBv2 API)
Definitions:
Clojure DynamoDB client. Originally adapted from Rotary by James Reeves.
Ref. https://github.com/weavejester/rotary (Rotary),
http://goo.gl/22QGA (DynamoDBv2 API)
Definitions:
* Attribute - [<name> <val>] pair
* Item - Collection of attributes
* Table - Collection of items
* Primary key - Partition (hash) key or
Partition (hash) AND sort (range) keycljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |