Documentation Index
Fetch the complete documentation index at: https://private-7c7dfe99-page-updates.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
clickhouse-js
View the source code and contribute on GitHub.
@clickhouse/client- Node.js only@clickhouse/client-web- browsers (Chrome/Firefox), Cloudflare workers
Environment requirements (Node.js)
Node.js must be available in the environment to run the client. The client is compatible with all the maintained Node.js releases. As soon as a Node.js version approaches End-Of-Life, the client drops support for it as it is considered outdated and insecure. Current Node.js versions support:| Node.js version | Supported? |
|---|---|
| 22.x | ✔ |
| 20.x | ✔ |
| 18.x | ✔ |
| 16.x | Best effort |
Environment requirements (web)
The web version of the client is officially tested with the latest Chrome/Firefox browsers and can be used as a dependency in, for example, React/Vue/Angular applications, or Cloudflare workers.Installation
To install the latest stable Node.js client version, run:Compatibility with ClickHouse
| Client version | ClickHouse |
|---|---|
| 1.12.0 | 24.8+ |
