forked from p81075629/datagear
设置数据源URL辅助功能添加ClickHouse设置选项
This commit is contained in:
parent
5e94d8eeee
commit
f8c09db9ae
|
@ -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"],
|
||||
|
|
Loading…
Reference in New Issue