Singodimejo
DTDrizzle Team
•Created by Singodimejo on 8/16/2024 in #help
problems with config file dialect for PostgreSQL
versions:
drizzle-orm: 0.32.2
drizzle-kit: 0.23.2
I have something like this for my config file:
and when I try to use this config file, say for the introspect command of drizzle-kit, I get an error that says this:
which is clearly available in my config file. However, if I change the dbCredential to use a URL string with a template string to use my environment variables, it works just fine. So what's the issue here?
side note
I execute drizzle-kit using
pnpm exec
since I use pnpm on this project.18 replies