Skip to content

Connection string

Oleg V. Kozlyuk edited this page Dec 31, 2019 · 23 revisions
Parameter name Description Value if omitted
Database Initial database for connection default
Username Authentication username default
Password Authentication password
Host ClickHouse server address localhost
Port ClickHouse server port 8123
Driver select driver for use. Values: Binary, JSON, TSV Binary
Compression Enables or disables compression when transferring data (WIP) false

Example: Host=clickhouse;Port=8123;Username=default;password=;Database=default

Clone this wiki locally