You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
postgresql-cdc is a simple Golang library that allows you to stream postgresql changes over a configurable streaming interface. The library comes with a ChannelStream that allows you to listen to postgres changes over a golanng channel.