You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We set database environment variables based on the standard format of xxx://[userspec@][hostspec][/dbname][?paramspec]
Clickhouse js client currently doesn't support it and we need to specify the env variables inconsistently to other databases.
Describe the solution you'd like
Add support for connection string like clickhouse://[user_info@][hosts_and_ports][/dbname][?query_parameters]
as it is already supported in clickhouse ClickHouse/ClickHouse#50689
Additional context
ClickHouseClientConfigOptions defines the connection options
The text was updated successfully, but these errors were encountered:
I will add URL support for http[s]://[username]:[password]@[host]:[port]/[database] in the next version and deprecate host (that was not the best name for it).
Use case
We set database environment variables based on the standard format of xxx://[userspec@][hostspec][/dbname][?paramspec]
Clickhouse js client currently doesn't support it and we need to specify the env variables inconsistently to other databases.
Describe the solution you'd like
Add support for connection string like clickhouse://[user_info@][hosts_and_ports][/dbname][?query_parameters]
as it is already supported in clickhouse ClickHouse/ClickHouse#50689
Additional context
ClickHouseClientConfigOptions defines the connection options
The text was updated successfully, but these errors were encountered: