Prisma Client is a query builder that’s tailored to your schema. We designed its API to be intuitive, both for SQL veterans and developers brand new to databases. The auto-completion helps you figure out your query without the need for documentation.
Explore Prisma ClientAuto-completion, linting, formatting and more help Prisma developers in VSCode stay confident and productive.
Download Prisma VSCode Extension ->Prisma provides the strongest type-safety guarantees of all the ORMs in the TypeScript ecosystem.
Read comparison with TypeORMPrisma Migrate auto-generates SQL migrations from your Prisma schema. These migration files are fully customizable, giving you full control and ultimate flexibility — from local development to production environments.
Learn morePrisma Studio is the easiest way to explore and manipulate data in your Prisma projects. Understand your data by browsing across tables, filter, paginate, traverse relations and edit your data with safety.
Learn morePrisma is a server-side library that helps developers read and write data to the database in an intuitive, efficient and safe way.
Easy to integrate into your framework of choice, Prisma simplifies database access, saves repetitive CRUD boilerplate and increases type safety. It's the perfect companion for building production-grade, robust and scalable web applications.
When used with the ORM, the Data Proxy manages a connection pool to avoid that you're running out of connections during traffic spikes. It also drastically reduces Prisma Client's bundle size and makes your Serverless function start up faster.
Invite your colleagues and collaborate with appropriate permissions. Manage and verify your application data in the cloud with the Data Browser. Then test and troubleshoot Prisma queries directly from your browser using the Query Console.