Hey everyone, quick question - is there a real-time/socket prisma client library for a postgres db?
r
Ryan
10/04/2021, 1:46 PM
@Larry Mickie 👋
Supabase has such a component that you can check out!
l
Larry Mickie
10/04/2021, 2:29 PM
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
Ryan
10/04/2021, 2:43 PM
Maybe try using just the realtime component instead of using the entire stack?
Ryan
10/04/2021, 2:43 PM
I'll see if there are any other alternatives
Ryan
10/04/2021, 2:44 PM
Otherwise you can natively use triggers ond pg notify at the DB level
l
Larry Mickie
10/04/2021, 3:02 PM
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.
Larry Mickie
10/04/2021, 3:04 PM
Are you also handle your auth through supabase as well? or just for the managed db?