Postgresjs with Neon giving connnection refusal error
I am unable to connect to my neon database. I tried using
postgresjs
and the neon serverless
drivers.
Still no luck 🙂5 Replies
index.ts
this file contains the drizzle connection logic
drizzle.config.ts
project structure
I am currently in the web app of my turborepo (the web app is a single nextjs app router app)
I am able to generate SQL file, but not able to migrate or connect to it
@Andrew Sherman