Object Relational Mapping (ORM) is a technique used to create a "bridge" between object-oriented programs and relational databases in most cases. The ORM tool is designed software to help OOP developers interact with relational databases. So instead of creating your own ORM software from scratch, you can benefit from these tools.