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 --dbPrisma Postgres
Prisma Postgres is a fully managed PostgreSQL database that scales to zero, integrates with Prisma ORM and Prisma Studio.
npx create-dbQuickstart
The fastest way to set up Prisma ORM with a ready-to-use Prisma Postgres database.
Have Your Own Database?
Set up Prisma ORM with your existing database:
| Database | Guide |
|---|---|
| PostgreSQL | Get started → |
| MySQL | Get started → |
| SQL Server | Get started → |
| SQLite | Get started → |
| MongoDB | Get started → |
| PlanetScale | Get started → |
| CockroachDB | Get started → |
Add Prisma to Your Framework
Working with a popular framework? You can easily add Prisma to your setup:
| Framework | Guide |
|---|---|
| Next.js | Get started → |
| Nuxt.js | Get started → |
| Astro | Get started → |
| SvelteKit | Get started → |
| React Router 7 | Get started → |
| TanStack Start | Get started → |
Add to Existing Project
Already have a project? Add Prisma ORM to your existing application: