class Crynamo::Client
- Crynamo::Client
- Reference
- Object
Overview
A low-level interface for connecting to a DynamoDB cluster and interating with it.
Defined in:
crynamo/client.crConstructors
Instance Method Summary
-
#delete!(table : String, key : NamedTuple)
Deletes an item at the specified key
-
#get!(table : String, key : NamedTuple)
Fetches an item by key
-
#put!(table : String, item : NamedTuple)
Inserts an item