Get Started

Welcome to Prisma! Choose your path below to get started.

Prisma ORM

Prisma ORM is an open-source ORM that provides fast, type-safe access to Postgres, MySQL, SQLite, and more databases.

npx prisma init --db

Prisma Postgres

Prisma Postgres is a fully managed PostgreSQL database that scales to zero, integrates with Prisma ORM and Prisma Studio.

npx create-db

Quickstart

The fastest way to set up Prisma ORM with a ready-to-use Prisma Postgres database.

Start Quickstart →


Have Your Own Database?

Set up Prisma ORM with your existing database:

DatabaseGuide
PostgreSQLGet started →
MySQLGet started →
SQL ServerGet started →
SQLiteGet started →
MongoDBGet started →
PlanetScaleGet started →
CockroachDBGet started →

Add Prisma to Your Framework

Working with a popular framework? You can easily add Prisma to your setup:

FrameworkGuide
Next.jsGet started →
Nuxt.jsGet started →
AstroGet started →
SvelteKitGet started →
React Router 7Get started →
TanStack StartGet started →

Add to Existing Project

Already have a project? Add Prisma ORM to your existing application:

Add to Existing Project →

On this page