[][src]Crate postgres_es

postgres-es

A Postgres implementation of the EventStore trait in cqrs-es.

Build tag Crates.io docs

Structs

GenericQueryRepository

This provides a simple query repository that can be used both to return deserialized views and to act as a query processor.

PostgresStore

Storage engine using an Postgres backing. This is the only persistent store currently provided.

Functions

postgres_cqrs

A convenience function for creating a CqrsFramework

Type Definitions

PostgresCqrs

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