pgmq-config: Declarative queue configuration for PGMQ (PostgreSQL Message Queue)

[ database, library, mit ] [ Propose Tags ] [ Report a vulnerability ]

A declarative DSL for configuring pgmq queues. Define your queue topology as Haskell values and call a single function at startup to create whatever is missing: standard, unlogged, and partitioned queues, insert notifications, FIFO indexes, and topic bindings. . Reconciliation is additive and convergent. It never drops, converts, or disables anything, and leaves queues that are absent from the config untouched; a second run against an unchanged config issues no mutations at all. The single exception is a declared notification throttle interval that differs from the stored one, which is updated in place. A queue whose observed type contradicts the declared one is reported as drift rather than repaired, since converting a queue's type would mean destroying its messages.

Flags

Automatic Flags
NameDescriptionDefault
effectful

Enable effectful integration

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.3.0, 0.2.0.0, 0.3.0.0, 0.4.0.0, 0.4.0.1, 0.5.0.0
Change log CHANGELOG.md
Dependencies base (>=4.18 && <5), containers (>=0.6 && <0.8), effectful-core (>=2.5 && <2.7), generic-lens (>=2.2 && <2.4), hasql (>=1.10 && <1.11), hasql-pool (>=1.4 && <1.5), lens (>=5.3 && <5.4), pgmq-core (>=0.5 && <0.6), pgmq-effectful (>=0.5 && <0.6), pgmq-hasql (>=0.5 && <0.6), text (>=2.1 && <2.2) [details]
License MIT
Author Nadeem Bitar
Maintainer Nadeem Bitar
Uploaded by shinzui at 2026-08-07T17:07:31Z
Category Database
Home page https://github.com/shinzui/pgmq-hs
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 44 total (24 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]