Updated drizzle-kit -> Error: Cannot find module 'drizzle-orm/pg-core'
I updated drizzle from:
to
I updated my config to use the new
but now I am getting this error when I try to run drizzle-kit:
I dont use postgres, my driver is
my package.json - I am using
to
I updated my config to use the new
defineConfig method and changed the connectionString to uribut now I am getting this error when I try to run drizzle-kit:
Error: Cannot find module 'drizzle-orm/pg-core'I dont use postgres, my driver is
mysql2 using PlanetScale as DB provider.my package.json - I am using
bun run incase it matters: