Object–relational mapping
A library or framework in a programming language that lets you use database objects as if they were native objects in your language. SQLAlchemy and the Django ORM are two examples from Python.
See also
- Somewhere between raw SQL and an ORM (Jul 2025)