Structs§
- Postgres
Event Repository - An event repository relying on a Postgres database for persistence.
- Postgres
View Repository - A postgres backed query repository for use in backing a
GenericQuery
.
Functions§
- default_
postgress_ pool - A convenience method for building a simple connection pool for PostgresDb. A connection pool is needed for both the event and view repositories.
- postgres_
aggregate_ cqrs - A convenience function for creating a CqrsFramework using an aggregate store.
- postgres_
cqrs - A convenience function for creating a CqrsFramework from a database connection pool and queries.
- postgres_
snapshot_ cqrs - A convenience function for creating a CqrsFramework using a snapshot store.
Type Aliases§
- Postgres
Cqrs - A convenience type for a CqrsFramework backed by PostgresStore.