drizzle studio is not working
I am trying to open drizzle studio but it is giving me error can anyone tell my how to fix it?
drizzle config:-
package.json
"drizzle-kit": "^0.19.3",
"drizzle-orm": "^0.27.0",
error:-
"mysql2" is not a valid driver. Available drivers: "pg", "mysql2", "better-sqlite", "libsql", "turso". You can read more about drizzle.config: https://orm.drizzle.team/kit-docs/config-reference
Configuring Drizzle kit – DrizzleORM
Drizzle ORM | %s
4 Replies
tsconfig.json
"target": "es6",
i am still having this issue can anyone help please?
Please make sure you have drizzle.config in the same path you are executing studio command
Alternatively you can specify a path to config, using —config
GitHub
GitHub - pradeep800/striver-sheet-webiste
Contribute to pradeep800/striver-sheet-webiste development by creating an account on GitHub.
can you please check i think i am executing command in same path as drizzle.config.ts