Skip to content

efremropelato/PGEvent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Efrem Ropelato
Sep 5, 2023
0a7745b · Sep 5, 2023

History

32 Commits
Jul 22, 2019
Jul 22, 2019
Sep 5, 2023
Jul 22, 2019
Feb 29, 2020
Jul 22, 2019
Jul 22, 2019
Sep 5, 2023
Feb 29, 2020
Sep 5, 2023
Sep 5, 2023
Mar 1, 2020
Jul 22, 2019
Sep 5, 2023
Sep 5, 2023

Repository files navigation

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