Type Definition postgres_es::PostgresCqrs[][src]

pub type PostgresCqrs<A> = CqrsFramework<A, PostgresStore<A>>;
Expand description

A convenience type for a CqrsFramework backed by PostgresStore.