postgres-es2 0.2.3

A Postgres implementation of an event store for cqrs-es2.
Documentation
1
2
3
4
5
pub use postgres_snapshot_store::PostgresSnapshotStore;
pub use postgres_snapshot_store_aggregate_context::PostgresSnapshotStoreAggregateContext;

mod postgres_snapshot_store;
mod postgres_snapshot_store_aggregate_context;