From 113be29b5a22512c632a0f0bc175cfbca94315bc Mon Sep 17 00:00:00 2001 From: lidongy <1879087903@qq.com> Date: Tue, 11 Oct 2022 18:38:04 +0800 Subject: [PATCH] =?UTF-8?q?BI-115167=20=E4=BC=A0=E4=B8=80=E4=BB=BD?= =?UTF-8?q?=E5=88=B010.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/constants/constant.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/modules/constants/constant.ts b/src/modules/constants/constant.ts index a551894..9ae2cd5 100644 --- a/src/modules/constants/constant.ts +++ b/src/modules/constants/constant.ts @@ -692,6 +692,18 @@ export const DATA_BASE_TYPES = [ hasSchema: true, kerberos: false, fetchSize: 10000, + }, + { + text: BI.i18nText('StarRocks'), + databaseType: 'starrocks', + 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, } ];