Expand description
Structs§
- Event
Store - Storage engine using an Postgres backing. This is the only persistent store currently provided.
- Generic
Query Repository - This provides a simple query repository that can be used both to return deserialized views and to act as a query processor.
- Snapshot
Event Store - Storage engine using an Postgres backing and relying on a serialization of the aggregate rather than individual events. This is similar to the “snapshot strategy” seen in many CQRS frameworks.
Functions§
- get_
cqrs - A convenience function for creating a CqrsFramework
- get_
snapshot_ cqrs - A convenience function for creating a CqrsFramework using a snapshot store
Type Aliases§
- Cqrs
- A convenience type for creating a CqrsFramework backed by EventStore and using a simple metadata supplier with time of commit.
- Snapshot
Cqrs - A convenience type for creating a CqrsFramework backed by SnapshotSqlStore and using a simple metadata supplier with time of commit.