|
|
|
|
|
by btilly
3375 days ago
|
|
The boilerplate is manageable. And with the right DB-modules, it practically disappears. That said, do try to rewrite a moderately complex query without SQL. Pick one with multiple joins, several where conditions, and a group by. You will generally wind up with a fragile program that is many times as big as the equivalent SQL, and is a lot harder to read and maintain. |
|