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.prisma with corresponding Prisma models
  • For MongoDB, samples data to infer schema

Options

Related skills
Installs
8
GitHub Stars
8
First Seen
Mar 18, 2026