pub type PostgresSnapshotCqrs<A> = CqrsFramework<A, PostgresSnapshotStore<A>, PostgresSnapshotStoreAggregateContext<A>>;
Expand description
A convenience type for creating a CqrsFramework backed by PostgresSnapshotStore and using a simple metadata supplier with time of commit.
Aliased Typeยง
pub struct PostgresSnapshotCqrs<A> { /* private fields */ }