Browse Source

Pull request #622: DEC-14579 feat: 支持clickHouse数据库

Merge in DEC/decision-webui-dcm from ~FRANK.QIU/decision-webui-dcm:release/10.0 to release/10.0

* commit 'b020a74e335b2195efe6e29085a8b65314da45f3':
  DEC-14579 feat: 支持clickHouse数据库
release/10.0
Frank.Qiu 4 years ago
parent
commit
449df995ff
  1. 11
      src/modules/constants/constant.ts

11
src/modules/constants/constant.ts

@ -259,6 +259,17 @@ export const DATA_BASE_TYPES = [
hasSchema: true, hasSchema: true,
kerberos: true, kerberos: true,
}, },
{
text: 'ClickHouse',
databaseType: 'clickhouse',
driver: 'ru.yandex.clickhouse.ClickHouseDriver',
url: 'jdbc:clickhouse://hostname:port',
commonly: false,
internal: true,
type: 'jdbc',
hasSchema: true,
kerberos: false,
},
{ {
text: 'DERBY', text: 'DERBY',
databaseType: 'derby', databaseType: 'derby',

Loading…
Cancel
Save