|
|
|
@ -161,13 +161,13 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
allTypes: [
|
|
|
|
|
{ name: 'mysql', label: 'MySQL', type: 'jdbc', extraParams: 'characterEncoding=UTF-8&connectTimeout=5000&useSSL=false&allowPublicKeyRetrieval=true'},
|
|
|
|
|
{ name: 'oracle', label: 'Oracle', type: 'jdbc'},
|
|
|
|
|
{ name: 'sqlServer', label: 'SQL Server', type: 'jdbc', extraParams: ''},
|
|
|
|
|
{ name: 'pg', label: 'PostgreSQL', type: 'jdbc', extraParams: '' },
|
|
|
|
|
{ name: 'es', label: 'Elasticsearch', type: 'es' },
|
|
|
|
|
{ name: 'mariadb', label: 'MariaDB', type: 'jdbc', extraParams: 'characterEncoding=UTF-8&connectTimeout=5000&useSSL=false&allowPublicKeyRetrieval=true' },
|
|
|
|
|
{ name: 'ds_doris', label: 'Doris', type: 'jdbc', extraParams: 'characterEncoding=UTF-8&connectTimeout=5000&useSSL=false&allowPublicKeyRetrieval=true' },
|
|
|
|
|
{ name: 'ck', label: 'ClickHouse', type: 'jdbc', extraParams: '' }
|
|
|
|
|
// { name: 'oracle', label: 'Oracle', type: 'jdbc'},
|
|
|
|
|
// { name: 'sqlServer', label: 'SQL Server', type: 'jdbc', extraParams: ''},
|
|
|
|
|
// { name: 'pg', label: 'PostgreSQL', type: 'jdbc', extraParams: '' },
|
|
|
|
|
// { name: 'es', label: 'Elasticsearch', type: 'es' },
|
|
|
|
|
// { name: 'mariadb', label: 'MariaDB', type: 'jdbc', extraParams: 'characterEncoding=UTF-8&connectTimeout=5000&useSSL=false&allowPublicKeyRetrieval=true' },
|
|
|
|
|
// { name: 'ds_doris', label: 'Doris', type: 'jdbc', extraParams: 'characterEncoding=UTF-8&connectTimeout=5000&useSSL=false&allowPublicKeyRetrieval=true' },
|
|
|
|
|
// { name: 'ck', label: 'ClickHouse', type: 'jdbc', extraParams: '' }
|
|
|
|
|
],
|
|
|
|
|
schemas: [],
|
|
|
|
|
canEdit: false,
|
|
|
|
|