Function postgres_es::postgres_snapshot_cqrs[][src]

pub fn postgres_snapshot_cqrs<A>(
    pool: Pool<Postgres>,
    query_processor: Vec<Box<dyn Query<A>>>
) -> PostgresSnapshotCqrs<A> where
    A: Aggregate
Expand description

A convenience function for creating a CqrsFramework using a snapshot store.