feat: Add StarRocks support (#23209)

Signed-off-by: miomiocat <284487410@qq.com>
Co-authored-by: Ville Brofeldt <ville.brofeldt@apple.com>
This commit is contained in:
miomiocat
2023-05-23 22:33:27 +08:00
committed by GitHub
parent bc0079f2fb
commit f036adbc4f
9 changed files with 367 additions and 0 deletions

View File

@@ -152,5 +152,10 @@ export const Databases = [
title: 'YugabyteDB',
href: "www.yugabyte.com",
imgName: 'yugabyte.png'
},
{
title: 'StarRocks',
href: "www.starrocks.io",
imgName: 'starrocks.png'
}
];