Hey, Yeah I've got prisma working with migrations running on my local or on a node server.
Issue is running it on v8 engine that cloudflare workers uses, as I can't use TCP connectivity there it needs to be HTTP. But I can't figure out how to pass in the supabase rest endpoint to the prisma client without going via their data platform.
It might not be possible but thought its worth checking to see if there is a way to do it