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."