New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@prisma/orm-toolchain

Package Overview
Dependencies
Maintainers
4
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prisma/orm-toolchain

Prisma Next dev/build tooling: the ORM command family, emitter, config-loader, language server, telemetry, vite plugin

Source
npmnpm
Version
8.0.0-rc.9-dev.1
Version published
Maintainers
4
Created
Source

@prisma/orm-toolchain

Prisma Next's development and build tooling: the ORM command family the unified prisma CLI mounts, the contract emitter, the config loader, the language server, CLI telemetry, and the Vite plugin. This package ships no bin.

Applications get it as an exact-pinned dependency of their database facade (@prisma/orm-postgres, @prisma/orm-sqlite, @prisma/orm-mongo); app developers install the facade, not this package. It is separate from @prisma/orm-framework so deployed applications never trace a compiler, formatter, or language server into their runtime bundle.

Entrypoints

NamespaceSurface
/cliThe orm command family (ormCommandFamily, ormConfigSection) and CLI programmatic surface
/emittercontract emitter
/config-loaderprisma.config.ts loading
/language-serverPSL language server
/migration-toolsmigration graph, packages, refs, IO
/cli-telemetryCLI telemetry
/vite-plugin-contract-emitVite plugin for contract emission
/publish-surfacethe published-surface model as a whole
/publish-surface/shellsthe map from internal package to published entrypoint (ADR 242)
/publish-surface/import-rootsimport-root resolution: which package name emitted code should carry

Responsibilities

Everything that runs at development or build time: emitting contracts, loading config, planning and packaging migrations, editor support, and the CLI itself. Nothing here is needed by a deployed application at runtime.

FAQs

Package last updated on 09 Sep 2026

Related posts