Object-Relational Mapper

ORM

noun (acronym) /ˌoʊ.ɑːrˈem/

A library that translates between your application's objects and database tables, so you can interact with a database using your programming language rather than raw SQL.

"Using Prisma as our ORM lets us write type-safe database queries in TypeScript — no raw SQL string concatenation."

Frequently Asked Questions

What does "ORM" mean in IT?

A library that translates between your application's objects and database tables, so you can interact with a database using your programming language rather than raw SQL.

What does ORM stand for?

ORM stands for "Object-Relational Mapper".

How do you pronounce "ORM"?

"ORM" is pronounced /ˌoʊ.ɑːrˈem/. Use the "Listen" button above to hear it spoken aloud.