|
|
|
|
|
by sullenpaladin
3338 days ago
|
|
Abstracting the database has another benefit you are neglecting. It is easy to mock the database and test your application use cases if the database layer is abstracted. This is nearly impossible if database access is baked into the app. |
|