Change8

7.7.0

📦 prismaView on GitHub →
3 features🔧 1 symbols

Summary

The 7.7.0 release introduces the highly requested `prisma bootstrap` command for streamlined Postgres setup and configuration. It also highlights enterprise support options and open roles at Prisma.

Migration Steps

  1. To use the new setup flow, run `npx prisma@latest bootstrap`.
  2. To use a specific starter template with bootstrap, run `npx prisma@latest bootstrap --template nextjs` (replace `nextjs` with another supported template).

✨ New Features

  • Introduced a new `prisma bootstrap` command to sequence the full Prisma Postgres setup into a single interactive flow, including initialization, linking, dependency installation, migration, generation, and seeding.
  • The `prisma bootstrap` command supports selecting from 10 starter templates (Next.js, Express, Hono, Fastify, Nuxt, SvelteKit, Remix, React Router 7, Astro, NestJS) when run in an empty directory.
  • The `prisma bootstrap` command can be run non-interactively using flags like `--api-key` and `--database` for CI environments.

Affected Symbols