cqrs-es2-sql 0.1.0

A SQL implementation of an event store for cqrs-es2.
Documentation
1
2
3
4
5
pub use event_store::EventStore;
pub use snapshot_event_store::SnapshotEventStore;

mod event_store;
mod snapshot_event_store;