[][src]Type Definition postgres_es::PostgresCqrs

type PostgresCqrs<A, E> = CqrsFramework<A, E, PostgresStore<A, E>>;

A convenience type for creating a CqrsFramework backed by PostgresStore and using a simple metadata supplier with time of commit.