Built a pretty huge SaaS Software with 100% Prisma
This was the first time I used Prisma and absolutely loved it! It abstracts away so so many complex tasks and lets us iterate quickly while having Type safety. So far, there’s just one raw SQL query we’ve written and everything else is done using the ORM.
My only request would be to introduce Polymorphic Associations and I’m sure its gonna enable a lot more design patterns, tho quite tough to implement Typescript wise.
The Product -