knaadh / nestjs-drizzle

A NestJS module for integrating DrizzleORM with Postgres, MySQL, SQLite, Turso and Planetscale drivers
MIT License
132 stars 8 forks source link

Connection terminated unexpectedly #11

Closed LovelyFaisal closed 3 months ago

LovelyFaisal commented 3 months ago

i get this error after few minutes : Connection terminated unexpectedly

i'm using node-postgres and connect to vercel database

mithleshjs commented 3 months ago

Vercel has a default timeout. You can read here how to prevent this - https://vercel.com/docs/storage/vercel-postgres/faq

LovelyFaisal commented 3 months ago

Thanks