|
|
|
|
|
by AlexeyMK
1264 days ago
|
|
You can get around the "check in every transaction" problem with an ORM, but now you're (more) coupled to your ORM which you will occasionally inevitable need to circumvent for something or other. And now you've made it (more of a) leaky abstraction. |
|