IntermediateVocabulary#prisma#orm#database#backend

Prisma ORM Concepts

Prisma is the most popular TypeScript ORM. Its vocabulary — schema, migrations, upsert, eager loading — appears constantly in backend architecture discussions and code reviews.

0 / 5 completed
1 / 5
A developer says: 'Define the schema in schema.prisma and run a migration.' What is a Prisma schema?