What is an ORM

Links: 300 home


  • ORM maps RELATIONAL databases to objects.
  • In ORM we have the concept of models.
    • A Model represents a ROW in the database as well as all the relations.

Last updated: 2022-10-15