> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sqd.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# E2101

> Postgres (Drizzle) target — Drizzle client missing

The `db` passed to `drizzleTarget` has no underlying client (`$client`).

**Fix** — pass a Drizzle instance created with a real driver, e.g. `drizzle(pool)`.
