Module cqrs_es2::postgres_store[][src]

Expand description

Postgres store

Structs

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.

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