Browse Source

DEC-21444 feat: 【BI配合】达梦数据库适配

feature/x
dailer 3 years ago
parent
commit
b14563262d
  1. 11
      src/modules/constants/constant.ts

11
src/modules/constants/constant.ts

@ -572,6 +572,17 @@ export const DATA_BASE_TYPES = [
type: 'jdbc', type: 'jdbc',
hasSchema: false, hasSchema: false,
kerberos: false, kerberos: false,
}, {
text: '达梦数据库',
databaseType: 'dm',
driver: 'dm.jdbc.driver.DmDriver',
drivers: ['dm.jdbc.driver.DmDriver'],
url: 'jdbc:dm://hostname:port',
commonly: false,
internal: true,
type: 'jdbc',
hasSchema: true,
kerberos: true,
}, { }, {
text: 'Presto', text: 'Presto',
databaseType: 'presto', databaseType: 'presto',

Loading…
Cancel
Save