danvergara / dblab

The database client every command line junkie deserves.
MIT License
2.4k stars 63 forks source link

[FEATURE] Add ClickHouse #207

Open alexey-milovidov opened 5 months ago

alexey-milovidov commented 5 months ago

Is your feature request related to a problem? Please describe.

ClickHouse is a popular relational DBMS, similar to Postgres and MySQL: https://github.com/ClickHouse/ClickHouse/

There is a Go driver: https://github.com/ClickHouse/clickhouse-go, so the integration should be easy.