feat: add connector for CouchbaseDB (#29225)

Co-authored-by: ayush-couchbase <ayush.tripathi@couchbase.com>
This commit is contained in:
Ayush Tripathi
2024-07-10 14:24:36 +05:30
committed by GitHub
parent 5aacf563d8
commit ec5bbaa678
7 changed files with 411 additions and 0 deletions

View File

@@ -127,4 +127,9 @@ export const Databases = [
href: 'https://www.oceanbase.com/',
imgName: 'oceanbase.svg',
},
{
title: 'Couchbase',
href: 'https://www.couchbase.com/',
imgName: 'couchbase.svg',
},
];