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.
prisma migrate dev
prisma migrate reset
Optional
Run the Prisma CLI but intercept the
prisma migrate devandprisma migrate resetcommands to use a PGlite database. All other commands are passed directly to the Prisma CLI.