postgres-es2 0.2.3

A Postgres implementation of an event store for cqrs-es2.
Documentation
1
2
3
4
5
pub use postgres_cqrs::*;
pub use postgres_snapshot_cqrs::*;

mod postgres_cqrs;
mod postgres_snapshot_cqrs;