|
|
|
|
|
by lugg
2457 days ago
|
|
Why not? I've used hand rolled pseudo ORMs before. I prefer just plain SQL but for the application I had there was a common access pattern that was worth abstracting out in a DRY sense. That doesn't mean I want or need a complete ORM. Just a consistent access at certain table types. |
|
There is usually a feature that no one thought about and then you have to make modifications to the custom ORM and you get an even bigger mess.