Skip to main content

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

References

  1. prismaORM with Node.js + TS to data model, with UI to view/mod db

  2. prisma studioprisma GUI viewer/editor for ORM