Earlier quoted context omitted.
I don't hate prisma - it's just a tool - but that's far from the only limiting factor. I recently looked at migrating a legacy project with basic SQL query generation to a modern ORM. Prisma came up top of course so I tried it. We use Postgres built-in range types. Prisma does not support these, there's no way to add the type to the ORM. You can add them using "Unsupported", but fields using that aren't available in…
Some of those criticisms are out of date. > It also requires a binary to run, which would require different builds for each architecture deployed to. https://www.prisma.io/blog/from-rust-to-typescript-a-new-cha... > That coupled with their attitude to joins https://www.prisma.io/blog/prisma-orm-now-lets-you-choose-th... As another poster has mentioned, a thing Prisma has over the others is type safety if you use the…
I guess the join one is from the internet memory, good to know for the next time!