Also: are you querying ClickHouse on every request? I can’t imagine that will be fast regardless.
Also: are you querying ClickHouse on every request? I can’t imagine that will be fast regardless.

nodejs or node compat?node-postgres. I read somewhere that one benefit of Hyperdrive is it handles pooling for you. Does this mean that I can forget about generating/managing pools manually in my JS, and just leave that to Hyperdrive? i.e. I can just use client.query() rather than pool.query(), or am I wrong here?



wrangler.toml, given that this file should be committed? This would mean committing sensitive information. Is there a way instead to have the connection string in ?ERROR: In development, you should use a local postgres connection string to emulate hyperdrive functionality. Please setup postgres locally and set the value of "HYPERDRIVE"'s "localConnectionString" to the postgres connection string in your wrangler.toml
wrangler.toml?
fetch (or other handlers)..dev.varsbindingA hanging Promise was canceled. This happens when the worker runtime is waiting for a Promise from JavaScript to resolve, but has detected that the Promise cannot possibly ever resolve because all code and events related to the Promise's I/O context have already finished. ✘ [ERROR] Uncaught (in response) Error: The script will never generate a response.