Browse Source

Merge pull request #627 in DEC/decision-webui-dcm from feature/10.0 to research/10.0

* commit '763451fc03263a54451a2fd1fcb4d92f7ce6b180':
  DEC-14579 feat: 支持clickHouse数据库
research/10.0
superman 4 years ago
parent
commit
395f779671
  1. 11
      src/modules/constants/constant.ts

11
src/modules/constants/constant.ts

@ -259,6 +259,17 @@ export const DATA_BASE_TYPES = [
hasSchema: 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',
databaseType: 'derby',

Loading…
Cancel
Save