chdig

TUI interface for exploring and querying ClickHouse databases

brewmacoslinux
Try with needOr install directly
Source

About

Dig into ClickHouse with TUI interface

Commands

chdig

Examples

Connect to a ClickHouse instance and open the interactive TUI$ chdig --host localhost --port 9000
Connect to ClickHouse with authentication credentials$ chdig --host clickhouse.example.com --user default --password secret
Browse tables and execute queries in the interactive interface$ chdig