One thing that keeps coming up is that SQL equals low productivity. I don't think this is true. I think the culprit is that most developers are using to heavily abstracting SQL using ORMs like Prisma that hides the database and SQL logic. Since building a SQL generator ( https://aihelperbot.com ) as a side project, I have become much more proficient in SQL and even though I am also locked into Prisma, I use the `quer…
Also prisma raw query builder and migrations are really good.
I don't see all the hate, you can mix and match both approaches just fine.