https://github.com/efremropelato/pgevent
Example of using pg_notify into Nodejs project
https://github.com/efremropelato/pgevent
message-bus nodejs pgnotify postgresql
Last synced: about 2 months ago
JSON representation
Example of using pg_notify into Nodejs project
- Host: GitHub
- URL: https://github.com/efremropelato/pgevent
- Owner: efremropelato
- License: mit
- Created: 2019-07-15T13:55:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-05T19:46:40.000Z (almost 3 years ago)
- Last Synced: 2025-12-26T10:47:09.776Z (6 months ago)
- Topics: message-bus, nodejs, pgnotify, postgresql
- Language: PLpgSQL
- Size: 28.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# PGEvent
Example of using pg_notify into Nodejs project
1. Create a new test database and execute script.sql:
2. Init a npm project:
- add dependencies: ```yarn```
- build & run app: ```yarn build && yarn start```
or
- dev app: ```yarn dev```