clickhouse-js
clickhouse-js copied to clipboard
Official JS client for ClickHouse DB
See * https://github.com/ClickHouse/ClickHouse/pull/62669 * https://clickhouse.com/docs/en/interfaces/http#setting-role-with-query-parameters
## Summary Fixes https://github.com/ClickHouse/clickhouse-js/security/code-scanning/39 (unused release.yml, deleted), https://github.com/ClickHouse/clickhouse-js/security/code-scanning/40, https://github.com/ClickHouse/clickhouse-js/security/code-scanning/41, https://github.com/ClickHouse/clickhouse-js/security/code-scanning/2
### Use case By default the web client uses the global fetch. The idea is to configure the client with a custom fetch(er) that may decorate the fetch function with...
This file: https://github.com/ClickHouse/clickhouse-js/blob/1.5.0/packages/client-common/src/settings.ts It's a fair bit outdated and currently contains unrelated server config settings which may not be changed by the user.