ORM

An ORM (Object Relational Mapping) is a tool for interacting with a database using objects rather than raw SQL. It simplifies interactions, secures queries and speeds up development. Examples: Eloquent, Doctrine.