Faucherwind
Results
1
issues of
Faucherwind
```java @Test public void test() throws SQLException, ClickHouseException { String url = "jdbc:clickhouse://localhost:8123/clickhouse_test"; // use http protocol and port 8123 by default ClickHouseNodes servers = ClickHouseNodes.of(url); try (ClickHouseClient client =...