pub fn postgres_snapshot_cqrs<A>(
conn: Client,
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