#golang #postgresql #goprogramming #programming
In this video, we'll implement change data capture (CDC) using PostgreSQL's listen/notify functionality with triggers and learn how to respond to events using Go!
Before watching this video, it would be best to have some familiarity with Go concepts like channels and goroutines.