New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

pgmq

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pgmq

Simple messaging with PostgreSQL

latest
Source
npmnpm
Version
0.0.5
Version published
Weekly downloads
57
-55.47%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

message

FAQs

Package last updated on 01 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts