Y
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
exdsq
1816 days ago
SQL is far more useful to learn than any one ORM or even the general concept of am ORM.
link
loevborg
1816 days ago
ORMs are language-specific, but the insight to avoid ORMs for the rest of your life because of impedance mismatch is general and deep.
link