|
|
|
|
|
by pmontra
1928 days ago
|
|
This and the infamous question "how do I write this complex SQL query in ${ORM}?" I ended up using raw queries in many of the projects I worked on for more than 2 or 3 years. It's more cost effective than trying to find the right combination of ORM statements. |
|