Function postgres_cqrs

Source
pub fn postgres_cqrs<A>(
    conn: Client,
    query_processor: Vec<Box<dyn QueryProcessor<A>>>,
) -> PostgresCqrs<A>
where A: Aggregate,
Expand description

A convenience function for creating a CqrsFramework