Skip to content

Commit

Permalink
chore: add pgbouncer=true comment in .envrc.example to trigger "DEALL…
Browse files Browse the repository at this point in the history
…OCATE ALL" in "@prisma/client" tests with Rust drivers
  • Loading branch information
jkomyno committed Sep 11, 2023
1 parent 4fc6516 commit 730a03d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export JS_PLANETSCALE_DATABASE_URL="mysql://USER:[email protected]/DATABASE?sslaccept=strict"
export JS_NEON_DATABASE_URL="postgres://USER:[email protected]/neondb?pgbouncer=true&connect_timeout=10"

# Note: if you use hosted Postgres instances (e.g., from PDP provision), you need `?sslmode=disable`
# Note: if you use hosted Postgres instances (e.g., from PDP provision), you need `?pgbouncer=true&sslmode=disable`
export JS_PG_DATABASE_URL="postgres://postgres:prisma@localhost:5438"

0 comments on commit 730a03d

Please sign in to comment.