apps/docs/content/docs.v6/(index)/index.mdx
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 is a fully managed PostgreSQL database that scales to zero, integrates with Prisma ORM and Prisma Studio.
npx create-db
The fastest way to set up Prisma ORM with a ready-to-use Prisma Postgres 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 → |
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 → |
Already have a project? Add Prisma ORM to your existing application: