Sign In

@topogram/extractor-prisma-db

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@topogram/extractor-prisma-db

Package-backed Topogram extractor for Prisma database schemas and migrations.

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

@topogram/extractor-prisma-db

Package-backed Topogram extractor for Prisma database schemas and migrations.

This package extracts review-only database candidates from Prisma projects:

  • prisma/schema.prisma models, enums, relations, and indexes
  • Prisma migration directories
  • maintained database seam candidates for manual topogram.project.json review

Extractor packages run only during topogram extract, emit review-only candidates, and never mutate the source app or write canonical topo/** directly.

Usage

topogram extract ./brownfield-app --out ./topogram-review --from db --extractor @topogram/extractor-prisma-db

Verification

npm run check

FAQs

Package last updated on 13 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts