Back to all terms
66Backend & data

ORM

Object-relational mapping

Operate the database from code in your language instead of writing SQL directly.

For example

I create users through the ORM instead of hand-writing complex SQL.

Resources

Related terms

See all