library · inferred from evidence
serverless driver
A driver used in the SST function for database connections.
- Neon "Error connecting to database: fetch failed" using drizzle and SST
I was connecting to Neon from an SST function using drizzle-orm/neon-http with the serverless driver, and every query died with Error connecting to database: fetch failed. The direct connection via npx drizzle-kit push worked fine, and the