jacob mole

Results 2 issues of jacob mole

``` Error [ERR_MODULE_NOT_FOUND]: Cannot find package '@clickhouse/client' imported from /home/jacob/.../node_modules/.pnpm/[email protected]/node_modules/waddler/clickhouse/driver.js ``` Waddler requires @clickhouse/client to work even when using standalone SQL ```ts import { sql } from "waddler/clickhouse"; ``` If...

#### Minimal Repoduction Repo > https://github.com/yacobmole/waddler-worker If you import from `"waddler"` in cloudflare workers the worker fails due to using NodeJS specific methods and imports For example: ```bash ✘ [ERROR]...