ClickHouse/programs/client
Azat Khuzhin 4564a1ef29 Add ability to override connection settings based on connection names
This is somehow analog of .netrc [1].

  [1]: https://www.gnu.org/software/inetutils/manual/html_node/The-_002enetrc-file.html

The follow options can be overwritten on a per-hostname/connection
basis:
- hostname
- port
- secure
- user
- password
- database
- history_file

Also note, that you can have multiple settings for one hostname, can be
useful to distinguish readonly from non-readonly for example.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-01-28 17:01:12 +01:00
..
clickhouse-client.cpp Remove dlopen 2022-09-17 03:02:34 +02:00
clickhouse-client.xml Add ability to override connection settings based on connection names 2023-01-28 17:01:12 +01:00
Client.cpp Add ability to override connection settings based on connection names 2023-01-28 17:01:12 +01:00
Client.h Add ability to override connection settings based on connection names 2023-01-28 17:01:12 +01:00
CMakeLists.txt Move LineReader/ReplxxLineReader out from base 2022-12-27 14:23:51 +01:00