prisma-database-setup
Step-by-step configuration guides for Prisma ORM across PostgreSQL, MySQL, SQLite, MongoDB, SQL Server, CockroachDB, and Prisma P…
What it does
- Initializing a new Prisma project
- Switching database providers
- Configuring connection strings and environment variables
- Troubleshooting database connection issues
- Setting up database-specific features
- Generating and instantiating Prisma Client
- Node.js 20.19.0+
Requirements & configuration
- Your configuration shape depends on the provider and Prisma major version:
- 1. Add a generator block (prisma-client requires an explicit output path):
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Step-by-step configuration guides for Prisma ORM across PostgreSQL, MySQL, SQLite, MongoDB, SQL Server, CockroachDB, and Prisma Postgres.
Source
Repository: https://github.com/prisma/skills
prisma-database-setup FAQ
What does the prisma-database-setup skill do?
Guides for configuring Prisma with different database providers (PostgreSQL, MySQL, SQLite, MongoDB, etc.). Use when setting up a new project, changing databases, or troubleshooting connection issues. Triggers on "configure postgres", "connect to mysql", "setup mongodb", "sqlite setup". Initializing a new Prisma project Switching database providers
What does prisma-database-setup require?
Your configuration shape depends on the provider and Prisma major version: 1. Add a generator block (prisma-client requires an explicit output path):
How do I install prisma-database-setup?
Run: npx -y skills add https://github.com/prisma/skills --skill prisma-database-setup --agent claude-code — the source lives at github.com/prisma/skills.
Maintain prisma-database-setup?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/prisma-skills-prisma-database-setup?ref=badge) npx agentictools info skills/prisma-skills-prisma-database-setup The second line is the CLI lookup for this page — handy in READMEs and docs.