Prisma CLI
RAPR CLI connectorData, Databases & BackendPrisma ORM via CLI — schema migrations, database push, generate client, studio, seed, and introspection.
Prisma CLI package details
RAPR CLI connector scope
This is RAPR-authored connector guidance for a command-line tool the user installs locally. The upstream CLI remains governed by its own license and terms. This package contains RAPR-authored CLI usage guidance, install commands, and agent instructions. It does not bundle the upstream CLI binary. Users can also go directly to the public upstream source linked on this page.
How to get started
Install RAPR AI
Download and install RAPR AI on your computer
Find in Marketplace
Open RAPR AI, go to Packages, and browse the marketplace
Install from Marketplace
Click Install. RAPR sets up the wrapper package, connector guidance, or skill instructions for this listing.
Prisma CLI
Manage database schemas, migrations, and the Prisma Client from the command line.
What you can do
- Migrations: Create, apply, reset, and resolve migrations
- DB Push: Sync schema to database without migrations
- Generate: Generate Prisma Client from schema
- Studio: Visual database browser
- Introspect: Generate schema from existing database
- Seed: Populate database with initial data
Prerequisites
# Install Prisma (in your project)
npm install prisma --save-dev
npm install @prisma/client
# Initialize Prisma
npx prisma init
Example Commands
- "Create a migration for adding the posts table"
- "Push the schema changes to the database"
- "Open Prisma Studio to browse data"
- "Generate the Prisma client after schema changes"
Ready to try Prisma CLI?
Download RAPR AI and connect Prisma CLI in seconds.