DT
Drizzle Team! AlexNotTheLion

[Solved] cannot find package 'mysql2'

I've setup drizzle with a planetscale db and pushed a simple user schema, however running the pnpm drizzle-kit studio command as indicated in the docs comes back with the following error
Cannot find package 'mysql2' imported from C:\Users\username\Desktop\testProj\node_modules\.pnpm\drizzle-orm@0.28.6_@planetscale+database@1.11.0\node_modules\drizzle-orm\mysql2\index.mjs
Cannot find package 'mysql2' imported from C:\Users\username\Desktop\testProj\node_modules\.pnpm\drizzle-orm@0.28.6_@planetscale+database@1.11.0\node_modules\drizzle-orm\mysql2\index.mjs
does anyone know why ?
! AlexNotTheLion
! AlexNotTheLion193d ago
nevermind, solved it by installing mysql2, apparently this is a known bug