Lazycoder

10Dec/082

What is the primary purpose of an ORM?

ORM stands for Object-Relational Mapper. It’s mostly used to define a relationship between an object/class and the database table where it’s data should be saved.

I asked the question on Twitter/Facebook “The primary purpose of an ORM is to decouple the domain model from the database schema. True || False? Discuss.” and got some interesting answers.

orm_answers

What do you think the primary purpose of an ORM is?

Filed under: General Leave a comment