WHAT IS ORM?
Before we talk about what an Object-Relational-Mapper is, it very well may be smarter to discuss Object-Relational-Mapping (ORM) as an idea first.
Except if you’ve worked only with NoSQL data sets, you’ve probably composed something reasonable of SQL questions. They generally look something like this:
Quick version, we are attempting to interface with our information base utilizing our language of decision rather than SQL.
Here’s the place where the Object-social mapper comes in. At the point when a great many people say “ORM” they are alluding to a library that executes this strategy. For instance, the above question would now look something like this:
As should be obvious, we are utilizing a no nexistent ORM library to execute precisely the same inquiry, aside from we can compose it in JavaScript (or whatever language you’re utilizing). We can utilize similar dialects we know and love, and furthermore theoretical away a portion of the intricacy of interfacing with a data set. To know more about what is ORM click on the link given below.
https://blog.digitalxperts.in/what-is-orm/














