An introductory post kicking off a series on Prisma, a next-generation open-source ORM for Node.js and TypeScript. Covers what Prisma is, its three main components (Prisma Client, Prisma Migrate, Prisma Studio), its design goals around developer productivity and type safety, and the databases it supports including PostgreSQL, MySQL, SQLite, MongoDB, and Microsoft SQL Server. The author shares their motivation for exploring Prisma after finding TypeORM cumbersome, especially without classes in TypeScript.
Table of contents
What's in this series? Copy link Link copied!What's not in this series? Copy link Link copied!Introduction Copy link Link copied!Prisma Goals Copy link Link copied!Prisma Connectors Copy link Link copied!Sort: