Hacker News new | ask | show | jobs
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.
1 comments

I never said they are mutually exclusive. I said you don't need the ORM.
Mind sharing an example of a large(ish) app that doesn't make use of an ORM? Last time this topic came up, I went looking for one (admittedly not too hard) and I came up empty handed.