Expand description
Postgres-backed QueueStore implementation (feature-gated).
Postgres / Kevy-backed implementations of QueueStore and Notifier.
Enabled by the pg feature (on by default). The SQL schema this store
targets is published in the mailrs repo (scripts/init-schema.sql —
tables outbound_queue and suppression_list).
Structs§
- Kevy
Notifier - In-process pub/sub-backed
Notifierusing thequeue:notifychannel on ankevy_embedded::Store. - PgQueue
Store QueueStorebacked by asqlx::PgPoolagainst the mailrs schema.