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