db passed to drizzleTarget has no underlying client ($client).
Fix — pass a Drizzle instance created with a real driver, e.g. drizzle(pool).Postgres (Drizzle) target — Drizzle client missing
db passed to drizzleTarget has no underlying client ($client).
Fix — pass a Drizzle instance created with a real driver, e.g. drizzle(pool).