[][src]Function postgres_es::postgres_cqrs

pub fn postgres_cqrs<A, E>(
    conn: Connection,
    query_processor: Vec<Box<dyn QueryProcessor<A, E>>>
) -> PostgresCqrs<A, E> where
    A: Aggregate,
    E: DomainEvent<A>, 

A convenience function for creating a CqrsFramework