From f8c09db9ae61dac9de5215e9bd138a3aeebc8b63 Mon Sep 17 00:00:00 2001 From: datagear Date: Fri, 7 Aug 2020 11:42:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=95=B0=E6=8D=AE=E6=BA=90UR?= =?UTF-8?q?L=E8=BE=85=E5=8A=A9=E5=8A=9F=E8=83=BD=E6=B7=BB=E5=8A=A0ClickHou?= =?UTF-8?q?se=E8=AE=BE=E7=BD=AE=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/org/datagear/web/commonDriverInfos.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/datagear-web/src/main/resources/org/datagear/web/commonDriverInfos.json b/datagear-web/src/main/resources/org/datagear/web/commonDriverInfos.json index bcbe1fb6..f6967cd3 100644 --- a/datagear-web/src/main/resources/org/datagear/web/commonDriverInfos.json +++ b/datagear-web/src/main/resources/org/datagear/web/commonDriverInfos.json @@ -89,6 +89,15 @@ "defaultValue": {} } }, + { + "name": "ClickHouse", + "driverClassNames": ["ru.yandex.clickhouse.ClickHouseDriver"], + "urlTemplate": + { + "template": "jdbc:clickhouse://{host}:{port}/{name}", + "defaultValue": {"port": "8123"} + } + }, { "name": "Impala", "driverClassNames": ["com.cloudera.impala.jdbc41.Driver"],