tool · inferred from evidence
drizzle-kit
A CLI tool used to push database schema changes, mentioned as working in the direct connection test.
- 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