desilerma25 / 10-19-building-an-ORM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:Ruby 100.0%