Type Definition postgres_es::PostgresSnapshotCqrs[][src]

pub type PostgresSnapshotCqrs<A> = CqrsFramework<A, PersistedSnapshotStore<PostgresEventRepository, A>>;
Expand description

A convenience type for a CqrsFramework backed by PostgresSnapshotStore.