ClickHouse driver for SQLTools VS Code extension.
- Directly from VS Code by searching
@tag:sqltools clickhouseor justclickhouse; - From marketplace.
- Download
vsixfrom releases.
After installation you will be able to explore tables and views, run queries, etc. For more details see SQLTools documentation.
- According to the docs
of official ClickHouse nodejs client, this extension should be compatible with
ClickHouse server version
24.8and above. Older versions should work too, but you may lack of keywords completions. - Don't use
FORMATclause. Driver already usesJSONformat to show records and statistics. - Don't send multiple queries, this is not supported by SQLTools (yet).