0.0.5 • Published 5 years ago

pgmq v0.0.5

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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

0.0.5

5 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

7 years ago

0.0.1

7 years ago