Type Alias PostgresCqrs

Source
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 */ }