Is there a way to notify backend server from a postgreSQL database on some trigger?
Is there a proper way of triggering an event from my PostgreSQL database upon insert/update on a certain table that sends a notification to a separate HTTP server? For a standard REST API application, we mostly interact with the DB…