Cannot read properties of undefined (reading 'connectionString')
In my drizzle.config.ts I have the code:
and when I go to run drizzle-kit introspect:mysql I get the error:
I checked my .env.local and DATABASE_URL is defined:
2 Replies
Please check latest config setup https://orm.drizzle.team/kit-docs/config-reference
Configuring Drizzle kit – DrizzleORM
Drizzle ORM | %s
you need to put connectionString under dbCredentials field