prisma

officialpopularcautiondatabasenpm

Prisma · Schema design, migrations, and type-safe db workflows from the terminal.

$ npm i -g prisma
One-liner to try
$ prisma init && prisma migrate dev

Agent pack

Copy into an agent

A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.

Open .md
Readiness
Usable with guardrails · 50/100
Verify
prisma --version
Agent URL
/cli/prisma/agent.md

Quick reference

Installnpm i -g prisma
Verifyprisma --version
First commandprisma init && prisma migrate dev

About

The official CLI from Prisma. Schema design, migrations, and type-safe db workflows from the terminal.

Example workflow

1. prisma init && prisma migrate dev

Alternatives worth considering