Introduction to Prisma
Build, deploy, and iterate on TypeScript applications with Prisma ORM, Prisma Postgres, and Prisma Compute.
Prisma ORM is an open-source ORM that provides fast, type-safe access to Postgres, MySQL, SQLite, and other databases, and runs smoothly across Node.js, Bun, and Deno.
bunx --bun prisma@latest initPrisma Postgres is a fully managed PostgreSQL database that scales to zero, integrates with Prisma ORM and Prisma Studio, and includes a generous free tier.
bunx --bun create-db@latestPrisma Compute is TypeScript app hosting for running your app next to your Prisma Postgres database. It is currently in Public Beta. Deploy Next.js, Hono, TanStack Start, and Bun apps, with an isolated preview for every branch.
bunx --bun @prisma/cli@latest app deploy