Type Definition postgres_es::PostgresCqrs

source · []
pub type PostgresCqrs<A> = CqrsFramework<A, PersistedEventStore<PostgresEventRepository, A>>;
Expand description

A convenience type for a CqrsFramework backed by PostgresStore.