JasoonS / drizzle-pg-mem-example

Example repo to show reproductions of drizzle+pg-mem issues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drizzle-pg-mem-example

Simple example of pg-mem with drizzle.

Usage

Create migrations (no need to runagain, already created and committed):

yarn create-migration

Run db script on postgres (you'll need to have the database running locally via docker or similar):

yarn start

Run db script on pg-mem (this command gives an error):

yarn start-mem

About

Example repo to show reproductions of drizzle+pg-mem issues


Languages

Language:JavaScript 100.0%