Browse Source

Merge pull request #625 in DEC/decision-webui-dcm from release/10.0 to bugfix/10.0

* commit '449df995ff3d7fc24bc78ecbc2371d03c9b8b4ae':
  DEC-14579 feat: 支持clickHouse数据库
bugfix/10.0
superman 4 years ago
parent
commit
2e3f8c24be
  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