Skip to content

Commit

Permalink
Update Node.js docs for 0.0.9 (session_id support)
Browse files Browse the repository at this point in the history
  • Loading branch information
slvrtrn committed Oct 25, 2022
1 parent d7c9e79 commit 217fa02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/en/integrations/language-clients/nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ npm i @clickhouse/client

| Client version | ClickHouse |
|----------------|------------|
| 0.0.1 - 0.0.8 | 22.8, 22.9 |
| 0.0.1 - 0.0.9 | 22.8, 22.9 |

## ClickHouse Client API

Expand Down Expand Up @@ -68,6 +68,7 @@ When creating a client instance, the following connection settings can be adjust
- **clickhouse_settings?: ClickHouseSettings** - ClickHouse settings to apply to all requests. Default value: `{}`.
- **log?: { enable?: boolean, LoggerClass?: Logger }** - configure logging. [Logging docs](#logging)
- **tls?: { ca_cert: Buffer, cert?: Buffer, key?: Buffer }** - configure TLS certificates. [TLS docs](#tls-certificates)
- **session_id?: string** - optional ClickHouse Session ID to send with every request.

### Connecting

Expand Down

0 comments on commit 217fa02

Please sign in to comment.