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 dev
andprisma migrate reset
commands to use a PGlite database. All other commands are passed directly to the Prisma CLI.