Type Alias postgres_es::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 */ }