Building an ORM

  • What is an ORM?

    • Object Relational Mapping
    • Object-Relational Mapping (ORM) is a technique that lets you query and manipulate data from a database using an object-oriented paradigm.
  • Why do we use them?

    • It makes it easier to translate objects into database rows without having to write the same over and over again.