Connecting to Vercel Postgres
I'm trying to connect to Vercel Postgres like this:
But I'm getting this error:
It seems like there's no credentials passing here and this
Am I doing something wrong or is the Vercel + Drizzle ORM mix not supported in dev environment yet?
But I'm getting this error:
n [VercelPostgresError]: VercelPostgresError - 'missing_connection_string': You did not supply a 'connectionString' and no 'POSTGRES_URL' env var was found.It seems like there's no credentials passing here and this
sql thing should read the connection string from .env file which you need to pull from Vercel?Am I doing something wrong or is the Vercel + Drizzle ORM mix not supported in dev environment yet?