prisma
officialpopularcautiondatabasenpm
Prisma · Schema design, migrations, and type-safe db workflows from the terminal.
$ npm i -g prismaOne-liner to try
$ prisma init && prisma migrate devAgent pack
Copy into an agent
A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.
Readiness
Usable with guardrails · 50/100
Verify
prisma --version
Agent URL
/cli/prisma/agent.md
Quick reference
Install
npm i -g prismaVerify
prisma --versionFirst command
prisma init && prisma migrate devAbout
The official CLI from Prisma. Schema design, migrations, and type-safe db workflows from the terminal.
Example workflow
1. prisma init && prisma migrate dev