Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 256 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 256 Bytes

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