prisma-pglite - v1.0.1
    Preparing search index...

    Function runPrisma

    • Run the Prisma CLI but intercept the prisma migrate dev and prisma migrate reset commands to use a PGlite database. All other commands are passed directly to the Prisma CLI.

      Parameters

      • cliArgs: readonly string[]
      • Optionalenv: Record<string, string>

      Returns Promise<undefined | string | PgliteMigration | ShellOutput>