Description
A Haskell library adding PostgreSQL LISTEN/NOTIFY support for Hasql. It helps applications receive database notifications and react to events published by PostgreSQL channels.
Developers use it for cache invalidation, background workers, coordination, and lightweight event flows. Notification payloads are not durable queues, so critical work should still have a reliable storage or retry path.