What ORMs have taught me: just learn SQL
Summary
The article argues that ORMs can hinder more than help and advocates learning SQL directly. It discusses practical issues with ORMs—such as attribute creep, excessive foreign keys, data retrieval inefficiencies, and dual-schema problems—before proposing a SQL-first approach and templated SQL as a simpler, more reliable path for working with relational databases.