Prisma Util Core

The Core module makes exception of the module rules and is used to generate middleware and extensions only.

Project Toolchain Usage

This feature makes use of these Project Toolchain APIs: Middleware, Extensions. Because of this usage, it defines the following modules:

core

This module defines the following middleware and extensions identifiers that can be imported via Project Toolchain, along with their descriptions:

  • defaultValue - Allows setting of default values using PrismaClient.$$default.

The Prisma Util Core module is a virtual module (meaning that it can't be imported and doesn't have any root-level files) that exports middleware and extensions that are generated by default.

Last updated