doesdev / pgmq

Simple messaging with PostgreSQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple messaging with PostgreSQL

License:MIT License


Languages

Language:JavaScript 100.0%