@hackage pgmq-hasql0.2.0.0
Hasql-based client for PGMQ (PostgreSQL Message Queue)
Installation
Dependencies (11)
- aeson ^>=2.2
- base >=4.18 && <5
- generic-lens ^>=2.2 || ^>=2.3
- hasql ^>=1.10
- hasql-transaction ^>=1.2
- lens ^>=5.3 Show all…
Dependents (4)
@hackage/shibuya-pgmq-adapter, @hackage/pgmq-effectful, @hackage/pgmq-config, @hackage/keiro-pgmq
A Haskell client library for PGMQ (PostgreSQL Message Queue) built on hasql. Provides queue management, message sending/receiving, visibility timeout, archival, FIFO reads, and more. Supports pgmq 1.5.0 through 1.11.0 features including message headers, conditional reads, notifications, round-robin FIFO, and topic routing.