Reset a dev database to your Prisma schema with a PGlite database. This is analogous to running
prisma migrate reset with a plain Postgres database. Existing migrations are applied through
the Prisma schema engine; if there are no migrations, the schema is pushed directly (like prisma db push).
Reset a dev database to your Prisma schema with a PGlite database. This is analogous to running
prisma migrate resetwith a plain Postgres database. Existing migrations are applied through the Prisma schema engine; if there are no migrations, the schema is pushed directly (likeprisma db push).