pub type PostgresCqrs<A> = CqrsFramework<A, PersistedEventStore<PostgresEventRepository, A>>;Expand description
A convenience type for a CqrsFramework backed by PostgresStore.
Aliased Typeยง
pub struct PostgresCqrs<A> { /* private fields */ }pub type PostgresCqrs<A> = CqrsFramework<A, PersistedEventStore<PostgresEventRepository, A>>;A convenience type for a CqrsFramework backed by PostgresStore.
pub struct PostgresCqrs<A> { /* private fields */ }