postgres-es2 0.2.3

A Postgres implementation of an event store for cqrs-es2.
Documentation
1
2
3
4
5
pub use postgres_store::PostgresStore;
pub use postgres_store_aggregate_context::PostgresStoreAggregateContext;

mod postgres_store;
mod postgres_store_aggregate_context;