Browse Source

DEC-18651 feat: 适配hologres数据集

feature/10.0
youki 4 years ago
parent
commit
3b7ed235df
  1. 10
      src/modules/constants/constant.ts

10
src/modules/constants/constant.ts

@ -400,6 +400,16 @@ export const DATA_BASE_TYPES = [
type: 'jdbc', type: 'jdbc',
hasSchema: true, hasSchema: true,
kerberos: true, kerberos: true,
}, {
text: 'Hologres',
databaseType: 'hologres',
driver: 'org.postgresql.Driver',
url: 'jdbc:postgresql://hostname:port/database',
commonly: false,
internal: true,
type: 'jdbc',
hasSchema: true,
kerberos: false,
}, { }, {
text: 'HP Vertica', text: 'HP Vertica',
databaseType: 'hp-vertica', databaseType: 'hp-vertica',

Loading…
Cancel
Save