<@UESADRKMY> <@UUEKFUPFA> <@U3D8LQ8HK> Any plans o...
# prisma-client
m
@Ryan @Ian Wensink @nikolasburk Any plans on developing subscription for Prisma Client? I came across Supabase’s real-time postgres implementation https://github.com/supabase/realtime, a tool that lets you listen to PostgreSQL database in realtime via websockets. This implementation could be helpful in implementing subscription for Prisma. This example uses the tool with NextJS for real-time updates: https://github.com/supabase/realtime/tree/master/examples/next-js/pages. In the coming days, I will be looking on how best to integrate this with my existing Postgres DB.