real time fetching when data changes
I am using prisma postgresql and I need to add a trigger when something changes on the database I can fetch the data without prisma pulse.
2 Replies
You selected the carefully hand-crafted route. A dev artisan will respond soon. Meanwhile, the
#ask-ai
channel awaits if you're curious!Hey 👋
Thanks for the question! One workaround could be to do ocassional polling, but I realise that might not be Optimal.
Once we add support for direct TCP connections, there could be several ways to achieve it