Type Definition postgres_es::PostgresCqrs[][src]

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.