neondatabase / serverless

Connect to Neon PostgreSQL from serverless/worker/edge functions

Home Page:https://www.npmjs.com/package/@neondatabase/serverless

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Readme update: fetchConnectionCache no longer necessary with Neon

danieltprice opened this issue · comments

Connection caching is now enabled by default at the Neon proxy for HTTP fetch queries. Not sure if this should just be noted in the Readme or if this experimental option should be removed from the driver.

Yes, this is on my TODO for next week. 🙂

This option has been deprecated in driver version 0.9.0, released today (you get a console warning if you try to set it, and the TSDocs will tell you why).

I also removed the documentation on it from CONFIG.md.