Gabi's feed

Database Webhooks for Postgres

· json · rss
View url →
Subscribe:

About

DB Webhooks is a utility for Postgres that triggers webhooks when rows are inserted, updated, or deleted. It uses database triggers that send low-latency websocket messages to a lightweight Go application. This application then calls the configured webhook(s) with a JSON payload that includes specified values from the database row.