DEV Community

Discussion on: ORM vs. SQL?

Collapse
 
sam_ferree profile image
Sam Ferree • Edited

I usually call them data stores instead of mappers, but I'm a huge fan of this pattern.

I want to write objects that make sense given the problem I'm solving, and all I want my domain layer to know about the persistence layer is "I can put stuff there and get it back later."