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
Sybatron
Sybatron14mo ago
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
Neto
Neto14mo ago
the service isn't reliable enough you have the json protocol but i dont think is production ready
Sybatron
Sybatron14mo ago
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
JulieCezar
JulieCezar14mo ago
I see, thanks for your answers 😄 Gonna stay away from it for a while longer
Want results from more Discord servers?
Add your server
More Posts
Global state management in T3.Hi, this is probably a nooby question but would recommend me to use zustand in this case?: I have a"trpc failed on posts.getAll" - unsure what is broken and how to debug it?I've gone through almost all of Theo's Chirp tutorial. I originally had the same middleware issue astRPC, Prisma, Discord Bot and tracking mass messagesCurrently rebuilding building an app which is using NextJS (on Vercel), tRPC, Prisma, PlanetScale witRPC Optimistic Update Not WorkLive Reproduction: https://chirp-oesz5k7g2-apestein.vercel.app/ Repo: https://github.com/Apestein/chHow to redirect using trpc nextjs base on db query?This seems less intuitive than it should've. I'm trying to check if a user is new, if it is then I Best way to fetch external api with variable & env_variable body data?Hiya, I'm struggling on this and would love some help from one of my favorite communities ❤️ So I hOrder of request hittingWhat is the order of files/functions getting hit by an incoming request? Of getServerSideProps, _appTailwind seemingly not working randomly when deployed.For some reason, when I deploy to vercel, some of my tailwind is simply not applying. For example bnextjs 12 (and below) same getServerSideProps function in multiple routesis there a way to call the exact same getServerSideProps function in multiple (nested) routes? I wDoes a Create-T3-App Next project use the Rust compiler or BabelKind of a nooby question but I searched Google, Create-T3-App docs and the questions channel and fou