Sign In

@topogram/extractor-drizzle-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-drizzle-db

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

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

@topogram/extractor-drizzle-db

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

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

  • drizzle.config.* schema and migration output hints
  • Drizzle table, enum, relation, and index candidates
  • 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-drizzle-db

Verification

npm run check

FAQs

Package last updated on 13 May 2026

Related posts