POSTGRES_URL_NON_POOLING vs POOLING
I'm setting up postgres and drizzle to try to run some edge function. I'm reading these docs: https://github.com/vercel/storage/tree/main/packages/postgres
If I understood correctly edge functions can't use pools so I should use the
POSTGRES_URL_NON_POOLING
url to connect, is that correct?GitHub
storage/packages/postgres at main · vercel/storage
Vercel Postgres, KV, Blob, and Edge Config . Contribute to vercel/storage development by creating an account on GitHub.
0 Replies