v.20.5New Feature

Added Syntax Highlighting to clickhouse-client Using replxx

Added syntax highligting to clickhouse-client using replxx. #11422 (Tagir Kuskarov).
Added syntax highlighting to clickhouse-client using replxx.

Why it matters

To improve the user experience and readability of queries entered in the clickhouse-client interactive console by providing visual syntax highlighting, making it easier to write and debug SQL queries.

How to use it

This feature is enabled by default in the clickhouse-client. Users simply need to run clickhouse-client as usual and will benefit from syntax-highlighted input without additional configuration.