Back to Prisma1

Index

docs/1.24/understand-prisma/index.mdx

1.34.12944 B
Original Source

import Comment from 'components/Comment'

export const meta = { title: "Understand Prisma", position: 2 }

Understand 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

Comparing Prisma with traditional ORMs

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