Browse Source

DEC-20979 feat: 【BI配合】适配doris数据库

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

11
src/modules/constants/constant.ts

@ -561,6 +561,17 @@ export const DATA_BASE_TYPES = [
type: 'jdbc', type: 'jdbc',
hasSchema: false, hasSchema: false,
kerberos: false, kerberos: false,
}, {
text: 'Doris',
databaseType: 'doris',
driver: 'com.mysql.jdbc.Driver',
drivers: ['com.mysql.jdbc.Driver'],
url: 'jdbc:mysql://hostname:port/database',
commonly: false,
internal: true,
type: 'jdbc',
hasSchema: false,
kerberos: false,
}, { }, {
text: 'Presto', text: 'Presto',
databaseType: 'presto', databaseType: 'presto',

Loading…
Cancel
Save