|
|
|
|
|
by markkanof
1080 days ago
|
|
Why are a data access layer and an ORM mutually exclusive? An ORM is just an abstraction over your database. You might find use in it as a tool to access your database but contain the use of the ORM to within your data access layer. |
|