@hackage pgmq-config0.2.0.0
Declarative queue configuration for PGMQ (PostgreSQL Message Queue)
Installation
Dependencies (11)
- base >=4.18 && <5
- containers >=0.6 && <0.8
- effectful-core ^>=2.5 || ^>=2.6
- generic-lens ^>=2.2 || ^>=2.3
- hasql ^>=1.10
- hasql-pool ^>=1.4 Show all…
Dependents (2)
@hackage/keiro-dsl, @hackage/keiro-pgmq
Package Flags
effectful
(on by default)
Enable effectful integration
A declarative DSL for configuring pgmq queues. Define your queue topology as Haskell values and call a single function at startup to ensure all queues exist with the desired settings. Supports standard, unlogged, and partitioned queues, notification setup, FIFO indexes, and topic bindings. All operations are idempotent.