Type Alias PostgresCqrs

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

A convenience type for creating a CqrsFramework backed by PostgresStore and using a simple metadata supplier with time of commit.

Aliased Typeยง

pub struct PostgresCqrs<A> { /* private fields */ }