Hacker News new | ask | show | jobs
by onei 1816 days ago
The implementation is, but the concept is transferable. Pretty much the same for most concepts in programming.
2 comments

SQL is far more useful to learn than any one ORM or even the general concept of am ORM.
ORMs are language-specific, but the insight to avoid ORMs for the rest of your life because of impedance mismatch is general and deep.