optionalFeatures

Versioning History

API Version v2.0.0 - Introduced optionalFeatures configuration option.

This array indicates that you are willing to opt-in for the specified optional features. These features greatly enhance the way Prisma Util operates. To enable a list of optional features, add the following line to your exported configuration object:

prisma-util.config.mjs
export default {
    // Other configuration lines
    optionalFeatures: ["featureName"]
}

Last updated