👋 Hi! I'm wondering if prisma is considering adding a new method to the prisma client to watch changes (change streams). I would love to have type-safe change streams. For mongodb it's easy with
https://docs.mongodb.com/manual/changeStreams/ but it may be possible for SQL databases like PostgreSQL using triggers/notify. Any thoughts? It would allow to open prisma to real-time use cases too (graphql subscription, etc).