"We've built Stockle's backend with Prisma from the get-go and couldn't be happier with its performance, ease of use, and the developer experience it provides."
"Prisma is one of the major ORMs, so there is a lot of information and best practices available on the internet, which allowed me to use it confidently."
"Since a year I build all my products with Prisma. It is a huge time saver and I like having the overview in one single file. It's migration just works all the time. Thanks Prisma!"
"Our backend uses Prisma which gives us robust type-safe DB access and manageable schemas. Their auto-generated query builder is a lifesaver, slashing repetitive code and boosts our productivity! 🔥🚀"
"Skipping on ORMs is peak boomer behavior. It's usually between Drizzle and Prisma, I personally prefer Drizzle but wanted to give Prisma another shot for this project. Prisma has a lot of stuff going for it (e.g. prisma schema files are way cleaner and easier to parse than drizzle's)
It sucked for PGVector and doesn't do well with Postgres extensions in general tho, would love if the guys over at Prisma could improve that."
"Prisma enabled me to easily manage authentication as well as users paid status. Prisma Accelerate was a huge boost to my productivity, cutting latency issues I was encountering with Vercel SQL."