Is Prisma DataProxy production ready?
In Theo's latest video he mentions that Prisma is working on making it work with the Edge, but I've found in their website a working example and tutorial... Is it not good enough yet or what is the problem here? (didn't try it myself yet)
https://www.prisma.io/docs/data-platform/data-proxy/use-data-proxy
Prisma
Configure Data Proxy for your database application
To use the Data Proxy for a JavaScript/TypeScript application that uses Prisma, you must first create a project in Prisma Data Platform. When you create the project, you select a Data Proxy region and create a Data Proxy connection string. You start to use the Data Proxy, when you replace the direct database con...
4 Replies
People who tried it say good idea bad realization
So i guess it's hard to make it work
Also Prisma is still not edge ready
The whole db connection and graphql burden makes queries really slow
the service isn't reliable enough
you have the json protocol but i dont think is production ready
Jsonprotocol is still preview
And still need to keep db connection warm somehow cuz it adds few hundred ms each time if i remember
Probably in next 2 versions of prisma they will finalize jsonprotocol as it should be their main goal right now to improve request time
I see, thanks for your answers 😄
Gonna stay away from it for a while longer