DEV Community

Cover image for What are Object-Relational Mappers (ORMs)?

What are Object-Relational Mappers (ORMs)?

Tahmid Bin Taslim Rafi on February 29, 2024

Object-Relational Mappers (ORMs) are libraries or tools that facilitate the conversion of data between incompatible type systems in object-oriented...
Collapse
 
prafulla-codes profile image
Prafulla Raichurkar

Thanks, this is cool. I often struggle with when to go with a SQL Procedure instead of using ORM