How to use @prisma/generator-helper - 1 common examples

To help you get started, we’ve selected a few @prisma/generator-helper examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github prisma / prisma2 / cli / sdk / src / Generator.ts View on Github external
constructor(private executablePath: string) {
    this.generatorProcess = new GeneratorProcess(this.executablePath)
    this.debug = Debug(`Generator:${executablePath}`)
  }
  async init() {

@prisma/generator-helper

This package is intended for Prisma's internal use

Apache-2.0
Latest version published 17 days ago

Package Health Score

98 / 100
Full package analysis

Popular @prisma/generator-helper functions

Similar packages