设置数据源URL辅助功能添加ClickHouse设置选项

This commit is contained in:
datagear 2020-08-07 11:42:27 +08:00
parent 5e94d8eeee
commit f8c09db9ae
1 changed files with 9 additions and 0 deletions

View File

@ -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"],