Skip to content

slambdev/prisma-bug-example

Repository files navigation

prisma-bug-example

Run postgres with docker with the following:

docker run --name postgres-db -e POSTGRES_PASSWORD=test -p 5432:5432 -d postgres

Export the DATABASE_URL

export DATABASE_URL="postgresql://postgres:test@localhost:5432/mydb?schema=public"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published