Pavlo Zalutskiy
DTDrizzle Team
•Created by Pavlo Zalutskiy on 6/30/2024 in #help
When use drizzle-kit drop command got an error: Error Please specify 'dialect' param
Hello!
I'm working on drizzle/neon setup and at the moment I would like to drop my migrations which is stored inside of this directory:
Issue: When I've tried the following command: I got this error: I don't quite understand what's wrong because this command doesn't have this parameter. I did try to point out the dialect and got the following error: Here's my drizzle.config.ts file: Question: How can I fix it so that drizzle doesn't throw the error about a non-existent parameter? Repository https://github.com/PablloZz/next-express-auth/tree/feat/init-drizzle-neon/backend I will be grateful for any help
Issue: When I've tried the following command: I got this error: I don't quite understand what's wrong because this command doesn't have this parameter. I did try to point out the dialect and got the following error: Here's my drizzle.config.ts file: Question: How can I fix it so that drizzle doesn't throw the error about a non-existent parameter? Repository https://github.com/PablloZz/next-express-auth/tree/feat/init-drizzle-neon/backend I will be grateful for any help
1 replies
DTDrizzle Team
•Created by Pavlo Zalutskiy on 6/29/2024 in #help
drizzle-kit generate migrations error: Please specify 'dialect' param (dialect param is included)
I would like to generate migrations but when I run the following command:
I got this output:
This is my drizzle.config.ts
schema.ts
2 replies