TypeError: Cannot read properties of undefined (reading 'dialect')
Hello, I am trying out Drizzle for the first time with javascript and Nodejs. I am trying out the migration part of Drizzle and I have setup everything that the docs said to me. But when I run
node db/migrate.js
I get the error undefined (reading 'dialect')
. Why is this?
0 Replies