Crate deez

Source
Expand description

Deez is a DynamoDB abstraction for implementing Single Table Design easily, inspired by ElectroDB.

Macros§

batch_write
Convenience macro for batch write operations.
create
Convenience macro for put with ConditionExpression parameter to ensure records are only “created” and not overwritten when inserting new records into the table.
remove
Convenience macro for delete with ConditionExpression that the item being deleted exists.
vec_from_query
Convenience macro for converting a query result back to Vec<T>.

Structs§

IndexKey
IndexKeys

Enums§

Key

Derive Macros§

Deez