Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rphlmr/drizzle-vitest-pg

How to use Drizzle & PGLite with Vitest
https://github.com/rphlmr/drizzle-vitest-pg

drizzle-orm pglite testing vitest

Last synced: 5 days ago
JSON representation

How to use Drizzle & PGLite with Vitest

Awesome Lists containing this project

README

        

# 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](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/rphlmr/drizzle-vitest-pg)