Hi HN, we're excited to share our open source tool with the community!
Inquery 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 Go application. This application then calls any configured webhooks with a JSON payload that includes specified values from the database row.
Let us know if you have any feedback or questions!