|
|
|
|
|
by ehutch79
1510 days ago
|
|
Yes, there definitely need to be escape hatches for situations where you need to write sql. But that should be rare. If you're commonly bailing to raw sql, I'd say there's something wrong, probably a poor fit of the orm to the problem. |
|