docs: Add support for Hologres (#12710)

This commit is contained in:
Ye Ding
2021-01-29 08:36:06 +08:00
committed by GitHub
parent 9f1070c36e
commit 34549cb5b7
6 changed files with 32 additions and 0 deletions

View File

@@ -220,4 +220,9 @@ export const Databases = [
href: 'https://www.vertica.com/',
imgName: 'vertica.png',
},
{
title: 'Hologres',
href: 'https://www.alibabacloud.com/product/hologres',
imgName: 'hologres.png',
},
];