Object Relational Mapping (ORM) Summary Concepts of ORM Prisma ORM Type ORM Sequelize ORM Micro ORM References 1. Concepts of ORM Object-Relational Mapping (ORM) is a technique that lets you query and manipulates data from a database using an object-oriented paradigm. When talking about ORM, most people are referring to a library that implements the Object-Relational…