|
|
|
|
|
by Ginden
1714 days ago
|
|
This post should be titled "what ORMs have taught me: world is black and white, if you use ORM, you can't use SQL". Are ORMs leaky abstraction? Yes. All non-trivial abstractions are leaky. Can you write 95% of code in ORM and drop to raw SQL for 5%? Yes. |
|