Hey everyone, quick question - is there a real-tim...
# orm-help
l
Hey everyone, quick question - is there a real-time/socket prisma client library for a postgres db?
r
@Larry Mickie 👋 Supabase has such a component that you can check out!
l
Hey @Ryan! I'm actually using supabase as our db! But we've been running into an issue with the supabase library in our electron rebuild process so we've had to find an alternative library to access our data 😢
r
Maybe try using just the realtime component instead of using the entire stack?
I'll see if there are any other alternatives
Otherwise you can natively use triggers ond pg notify at the DB level
l
yeah its odd -- its something with the bufferutils library in the realtime library thats throwing the hiccop -- its put a slight damper on our engineering process.
Are you also handle your auth through supabase as well? or just for the managed db?