Too tired to think deeply, but yes, I think ORMs often have hidden costs while still being net positive.
SQL and relational DBs are so powerful and flexible that an ORM’s approach will usually foreclose or complicate something. I think ORMs make the DB basics easier and faster for devs, but… 1/4
SQL and relational DBs are so powerful and flexible that an ORM’s approach will usually foreclose or complicate something. I think ORMs make the DB basics easier and faster for devs, but… 1/4
Comments
*sigh* ORMs
4/4
There are actually cases where a raw SQL query can be more secure than an ORM, depending on the ORM's syntax: https://www.nodejs-security.com/blog/raw-sql-queries-better-for-security-than-orms