Prisma Merge

JSON →
library 0.2.0 ·javascript maintenance
verified Jun 7, 2026

Prisma Merge is a CLI tool for merging multiple Prisma schema files into a single output file, addressing the lack of native multi-file support in Prisma (issue #2377). Version 0.2.0 is the latest stable release; the package appears to be in maintenance mode with no recent updates. It uses glob patterns to collect schema files, with built-in exclusion of generated schema.prisma files. Written in TypeScript and ships type definitions. Differentiators: simple CLI, defaults that avoid conflicts with Prisma generated files, and oclif-based command structure.