Databases & dataMIT

Prisma Database Setup

by Prisma (opens in a new tab) prisma/skills

Configure Prisma schemas, datasource URLs, driver adapters, and generated clients by database.

Installation

Skills CLI

Skills CLI command
npx skills@latest add prisma/skills --skill prisma-database-setup

Requires Node.js and npm. Choose your agents in the installer; add -g for a global installation.

Fieldbook review

Reviewed 27 Sept 2026

Edits Prisma and TypeScript configuration, installs provider packages, and regenerates Prisma Client after schema changes. It requires Node.js 20.19+ and TypeScript 5.4+; MongoDB stays on Prisma 6.x and uses the dedicated MongoDB upgrade companion for version decisions.

  • LicenceMIT
  • FrontmatterValid name and description
  • Risky patternsNone found
  • Size193 lines
  • Last checked27 Sept 2026 · 0763c2b684fff47a89afa495dd0e3439f7e892f08e38d01a89def934ff5b71fb

What it can touch

  • Edits code

    Changes files in your project.

  • Runs commands

    Runs shell commands such as tests, builds or installs.

  • Network

    Reaches external services or the web.

Read the source

Fieldbook links to the original instead of copying it, so you always read the version you install.

prisma-database-setup/SKILL.md on GitHub (opens in a new tab)