schnapster / SqlSauce

Opinionated SQL tech stack on top of PostgreSQL, HikariCP, Hibernate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Changefeed implementation for LISTEN/NOTIFY

schnapster opened this issue · comments

I want to provide SQL statements for creating triggers on tables that users can plug into migrations, that will result rethinkDB style change feed notifications + parse those notifications with the NotificationService or a derivate of it.