Back to Prisma1

Index

docs/1.23/understand-prisma/prisma-vs-traditional-orms/index.mdx

1.34.12891 B
Original Source

export const meta = { title: "Prisma & Traditional ORMs", position: 50 }

Understand Prisma

This chapter explains the most important concepts and mental models to be familiar with when working with Prisma.

PageDescription
Prisma Introduction: What, Why & HowLearn about Prisma's main features, use cases and how it fits into your architecture.
Prisma Basics: Datamodel, Prisma Client & ServerLearn about the concepts you'll be working with on a daily basis when using Prisma.
Prisma under the HoodLearn how Prisma works under the hood.
PageDescription
Prisma & TypeORMCompare the APIs of TypeORM & Prisma client
Prisma & SequelizeCompare the APIs of Sequelize & Prisma client
Prisma & MongooseCompare the APIs of Mongoose & Prisma client