pgmq

0.0.5 • Public • Published

pgmq NPM version js-standard-style Dependency Status

Simple messaging with PostgreSQL

This is a non-functional work in progress. Don't use it yet. Thanks ;)

Also running this will quite litrally create tables in your taterbase and other such nonsense. If you're gonna use it, read the code and make sure you're cool with all that's going on (it's not much).

Honestly I don't even use this. In theory it should function, but it's not really PGs job to be a message queue system. Certainly this isn't enough to make it such. There are better tools for the job.

install

$ npm install --save pgmq

api

  • someArgument (argumentType - required|optional)

usage

var pgmq = require('pgmq');
pgmq();

License

MIT © Andrew Carpenter

Package Sidebar

Install

npm i pgmq

Weekly Downloads

0

Version

0.0.5

License

MIT

Unpacked Size

5.19 kB

Total Files

5

Last publish

Collaborators

  • doesdev