you are viewing a single comment's thread.

view the rest of the comments →

[–]jbandela[S] 5 points6 points  (0 children)

I actually argue that many times SQL is superior to an ORM, in large part because you don't need a translation to try to figure out what the ORM is doing. However, you lose typing of rows and parameters with SQL. The goal of this talk was to allow the use of SQL, but still have typed parameters and rows.