Crate eventsourced_postgres

Source
Expand description

EventLog and SnapshotStore implementations based upon PostgreSQL.

Structs§

PostgresEventLog
An EventLog implementation based on PostgreSQL.
PostgresEventLogConfig
Configuration for the PostgresEventLog.
PostgresSnapshotStore
A SnapshotStore implementation based on PostgreSQL.
PostgresSnapshotStoreConfig
Configuration for the PostgresSnapshotStore.

Enums§

Error
Errors from the PostgresEventLog or PostgresSnapshotStore.