prisma-pglite - v3.0.0
    Preparing search index...

    Function resetPgliteDatabase

    • 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).

      Parameters

      Returns Promise<PGlite>