# Prisma Database Setup

> Wire Prisma to Postgres, MySQL, SQLite, Mongo

**Subcategory:** Prisma  
**License:** MIT  
**Source:** https://github.com/prisma/skills/blob/main/prisma-database-setup/SKILL.md

---

## When it is useful

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".

## The Catch

Wire Prisma to Postgres/MySQL/SQLite/Mongo. Not Prisma Postgres hosting.
