prisma-cli-db-pull
Installation
SKILL.md
prisma db pull
Introspects an existing database and updates your Prisma schema to reflect its structure.
Command
prisma db pull [options]
What It Does
- Connects to your database
- Reads the database schema (tables, columns, relations, indexes)
- Updates
schema.prismawith corresponding Prisma models - For MongoDB, samples data to infer schema