←back to thread

570 points davidgu | 1 comments | | HN request time: 0.206s | source
Show context
cpursley ◴[] No.44525353[source]
Right, plus there's character limitations (column size). This is why I prefer listening to the Postgres WAL for database changes:

https://github.com/cpursley/walex?tab=readme-ov-file#walex (there's a few useful links in here)

replies(3): >>44525747 #>>44526330 #>>44526350 #
1. denysonique ◴[] No.44526330[source]
For node.js users there is postgres.js that can listen to the Postgres WAL and emit node events that can be handled by application code.