BSD-3-Clause licensed by Michel Boucey
Maintained by [email protected]
This version can be pinned in stack with:stakhanov-0.1.1.0@sha256:380538752108726d8edd858563010cd0fdaa2e7bd13518a2a228c859d669ce72,2170

Stakhanov CI Hackage

The Haskell library stakhanov, built upon Hasql’s ecosystem and Vector, implements most of the functions of the API of PGMQ, “a lightweight message queue, like AWS SQS and RSMQ but on Postgres”.

stakhanov v0.1.0.1 has been tested against pgmq v1.10.0 and pgmq v1.11.1.

Changes

Revision history for stakhanov

0.1.1.0 – 2026-06-21

  • Add FIFO Queues API

0.1.0.1 – 2026-05-02

  • Updated to use Hasql >= 1.10 && < 1.11.

0.1.0.0 – 2026-02-11

  • Updated to work with pgmq v1.10.0. The field last_read_at has been added to message record.

0.0.1.0 – 2026-01-12

  • First version.