ORM
↔ (Design Pattern) data layer to abstract Backend Code from DB
Source: www.educba.com/what
aka ORM, Object-Relational-Mapping
ORM use objects to virtually map to tables in db
ORM uses objects to get/edit/delete fields from tables without specific backend language
Impedance Mismatch