
Prisma | Instant Postgres plus an ORM for simpler db workflows
With our modern serverless architecture, and tight integration with Prisma ORM, we created a Postgres variant that feels like magic and scales as fast as your ideas.
What is Prisma ORM? (Overview) | Prisma Documentation
This page gives a high-level overview of what Prisma ORM is and how it works. It's a great starting point for Prisma newcomers!
Get started with Prisma | Prisma Documentation
Set up Prisma ORM from scratch with your favorite database and learn basic workflows like data modeling, querying, and migrations. Get started with Prisma ORM and your existing database …
Prisma Documentation
Get started with Prisma in the official documentation, and learn more about all Prisma's features with reference documentation, guides, and more.
Models | Prisma Documentation
Learn about the concepts for building your data model with Prisma: Models, scalar types, enums, attributes, functions, IDs, default values and more. Skip to main content /docs
Prisma 1.34 - Prisma Introduction: What, Why & How
Prisma's overall goal is to remove complexity from common database workflows and simplify data access in your applications: Type-safe database access thanks to the custom and auto …
Next-generation ORM for Node.js & TypeScript - Prisma
Prisma is a next-generation Node.js and TypeScript ORM for PostgreSQL, MySQL, SQL Server, SQLite, MongoDB, and CockroachDB. It provides type-safety, automated migrations, and an …
Quickstart with TypeScript & SQLite | Prisma Documentation
Get started with Prisma ORM in 5 minutes. You will learn how to send queries to a SQLite database in a plain TypeScript script using Prisma Client.
Prisma Guides | Prisma Documentation
Here you'll find practical, step-by-step guides to help you accomplish specific tasks with Prisma products, including Prisma ORM, Prisma Accelerate, Prisma Postgres, and more. Browse …
How to use Prisma ORM with Next.js
This guide shows you how to use Prisma with Next.js 15, a fullstack React framework. You'll learn how to create a Prisma Postgres instance, set up Prisma ORM with Next.js, handle migrations, …