www.youtube.com
They Finally Fixed Prisma
Excerpt
They finally fixed my least favorite things about Prisma. The Prisma Rust engine makes it so TypeScript people can hardly contribute, makes Prisma literally undeployable (💀) to Cloudflare workers and is just.. bloat? The 7.0 update changes that 👀 -- links ... {ts:781} But as time has progressed, we found that this impacts developer workflow {ts:784} significantly. If the client needs to be {ts:786} updated, any app specific processes need to be stopped first before regenerating {ts:791} the types, which was annoying and also
Related Pain Points
Rust query engine incompatibility with edge runtime platforms
8The Prisma Rust query engine makes Prisma undeployable to Cloudflare Workers and other edge runtime environments, limiting platform compatibility.
Prisma generate step friction in development workflow
5Developers must run `prisma generate` after schema changes to regenerate types. Forgetting this step causes IDE type errors and is reported as the most common support question. The step blocks the development workflow when running concurrent processes.