Drizzle TeamDT
Drizzle Team3y ago
9 replies
Olli

Drizzle tries to import mysql2/promise even though I want to use postgress.

I got:

node_modules/drizzle-orm/mysql-core/db.d.ts:1:38 - error TS2307: Cannot find module 'mysql2/promise' or its corresponding type declarations. 1 import type { ResultSetHeader } from 'mysql2/promise';
~~~~

I installed drizzle with:
npm i drizzle-orm postgres npm i -D drizzle-kit
Was this page helpful?