What is ORM? What are the different types of ORM?

ORM (Object-Relational Mapper) is for mapping objects in your application with database tables.

It is like a wrapper to make database calls simple and easy.


Post a Comment

Previous Post Next Post