/drizzle-vitest-pg

How to use Drizzle & PGLite with Vitest

Primary LanguageTypeScript

Drizzle PGLite Vitest Demo

This demo shows how to use Vitest with Drizzle & PGLite.

No Drizzle mock is required, just use the real thing and swap out your Postgres server for a PGLite instance.

Run npm test

Learn more at https://vitest.dev and https://orm.drizzle.team/docs/overview

Open in StackBlitz