pub type MysqlCqrs<A> = CqrsFramework<A, PersistedEventStore<MysqlEventRepository, A>>;Expand description
A convenience type for a CqrsFramework backed by MysqlStore.
pub type MysqlCqrs<A> = CqrsFramework<A, PersistedEventStore<MysqlEventRepository, A>>;A convenience type for a CqrsFramework backed by MysqlStore.