plpgsql@pgmq

v1.3.5Created 7 months agoBy plpgsql

PGMQ

A lightweight message queue. Like AWS SQS and RSMQ but on Postgres. - pgmq

This is The PLpgSQL implementation of pgmq adapted to work with dbdev.

Both python and js clients do not work unless you comment out the line that tries to install pgmq.

Install

  1. Install the dbdev package manager
  2. Install the package:
select dbdev.install('plpgsql@pgmq');
create extension "plpgsql@pgmq"
    version '1.3.5';

Downloads

  • 6485 all time downloads
  • 1579 downloads in the last 30 days
  • 5423 downloads in the last 90 days
  • 6480 downloads in the last 180 days