prisma-pglite - v2.0.2
    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<PGlite | PgliteMigration | ShellOutput | undefined>