https://github.com/jmatth11/db_listener
I’ve created a simple prototype of a dev tooling idea to automatically setup listeners on all tables within a Postgres DB and listen for insert/update triggers to display those notifications on a front-end. Hopefully to help track live changes in your db when you’re testing.
I’m still new to zig so would love some feedback on best practices and idiomatic zig designs that I might not be doing.
But mainly putting this here for other people to enjoy as well if they find it useful.