Browse Source

DEC-20400 feat: 【BI配合】新数据源tidb适配

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

11
src/modules/constants/constant.ts

@ -550,6 +550,17 @@ export const DATA_BASE_TYPES = [
hasSchema: true,
kerberos: false,
fetchSize: 10000,
}, {
text: 'Tidb',
databaseType: 'tidb',
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',
databaseType: 'presto',

Loading…
Cancel
Save