Another SSL error on import
I have an existing database and I wanted to try drizzle on it. Database is from a lesser known provider and is impossible to find reliable help to access it, but unfortunately I cannot change it.
I want to use
drizzle-kit introspect:pg
here is my drizzle.config.ts
I also tried connectionString:
${env.DATABASE_URL}?ssl{"rejectUnauthorized":true},
and prety much every permutation between those 2 I could find but I always have the same error :
I tried the answers from the other SSL posts in this discord but unfortunately nothing I tried worked.0 Replies