Published on

ORM .md file

Authors
  • avatar
    Name
    Ganesh Negi
    Twitter

ORM (Object-Relational Mapping)

ORM is a process of mapping the objects to relational database system.

As JavaScript works on objects and the relational databases have tables. So in order to map them, we need to have some middle man and that is ORM

The most used ORM is sequelize