It is relatively easy to draw a clear line between using:
* ORMs for domain model persistence (complex, stateful CRUD) * SQL for relational model interaction (complex, stateless querying)
* Don't use ORMs for querying * Don't use SQL for complex CRUD
https://plus.google.com/+GavinKing/posts/LGJU1NorAvY
It is relatively easy to draw a clear line between using:
Bottom line: