Expand description
Deez is a DynamoDB abstraction for implementing Single Table Design easily,
inspired by ElectroDB
.
Macros
- Convenience macro for batch write operations.
- Convenience macro for put with ConditionExpression parameter to ensure records are only “created” and not overwritten when inserting new records into the table.
- Convenience macro for delete with ConditionExpression that the item being deleted exists.
- Convenience macro for converting a query result back to
Vec<T>
.