Function postgres_es::postgres_snapshot_cqrs[][src]

pub fn postgres_snapshot_cqrs<A>(
    conn: Connection,
    query_processor: Vec<Box<dyn QueryProcessor<A>>>
) -> PostgresSnapshotCqrs<A> where
    A: Aggregate
Expand description

A convenience function for creating a CqrsFramework using a snapshot store