Expand description
§PostgreSQL Disintegrate Backend Library
Structs§
- PgEvent
Listener - PostgreSQL event listener implementation.
- PgEvent
Listener Config - PostgreSQL listener Configuration.
- PgEvent
Store - PostgreSQL event store implementation.
- PgId
Indexer - The
PgIdIndexer
is a helper to index existing fields that have been newly tagged with the#[id]
attribute in events. - PgId
Indexer Error - PostgreSQL Id Indexer error.
- PgSnapshotter
- PostgreSQL implementation for the
Snapshotter
trait.
Enums§
- Error
- Represents all the ways a method can fail within Disintegrate Postgres.
Functions§
- decision_
maker - Creates a decision maker specialized for PostgreSQL.
Type Aliases§
- PgDecision
Maker - An alias for
DecisionMaker
, specialized for Postgres. - PgEvent
Id - With
PgSnapshot - An alias for
WithSnapshot
, specialized for Postgres.