home blog portfolio Ian Fisher

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