dynamo-es 0.4.3

A DynamoDB implementation of an event repository for cqrs-es.
Documentation
1
2
3
4
5
6
7
8
9

configure:
	./db/create_tables.sh

test: configure
	cargo test

doc:
	cargo doc --lib --no-deps