Type Definition cqrs_es2_sql::Cqrs[][src]

pub type Cqrs<A> = CqrsFramework<A, EventStore<A>>;
Expand description

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