Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doesdev/pgmq
Simple messaging with PostgreSQL
https://github.com/doesdev/pgmq
Last synced: about 20 hours ago
JSON representation
Simple messaging with PostgreSQL
- Host: GitHub
- URL: https://github.com/doesdev/pgmq
- Owner: doesdev
- License: mit
- Created: 2017-03-13T23:37:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-01T01:44:44.000Z (over 5 years ago)
- Last Synced: 2024-11-10T09:35:37.233Z (10 days ago)
- Language: JavaScript
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pgmq [![NPM version](https://badge.fury.io/js/pgmq.svg)](https://npmjs.org/package/pgmq) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard) [![Dependency Status](https://dependencyci.com/github/doesdev/pgmq/badge)](https://dependencyci.com/github/doesdev/pgmq)
> 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
```sh
$ npm install --save pgmq
```## api
- **someArgument** *(argumentType - required|optional)*## usage
```js
var pgmq = require('pgmq');
pgmq();
```## License
MIT © [Andrew Carpenter](https://github.com/doesdev)