UNPKG

qlobber-pg

Version:

PostgreSQL-based pub-sub and workqueues. Supports AMQP-like wildcard topics.

10 lines (9 loc) 219 B
const { QlobberPG } = require('..'); const qpg = new QlobberPG({ name: 'example2', db: { host: '/var/run/postgresql', database: 'qlobber-pg' } }); qpg.publish('foo.bar', 'hello', qpg.stop);