@@ -306,8 +306,9 @@ Couchbase ODBC and JDBC drivers enable any application based on the ODBC/JDBC st
306306[#sdk-language-ecosystem]
307307== SDK Language Ecosystem
308308
309- Couchbase has SDKs in ten popular languages --
309+ Couchbase has SDKs in eleven popular languages --
310310xref:c-sdk:hello-world:overview.adoc[C],
311+ xref:cxx-sdk:hello-world:overview.adoc[{cpp}],
311312xref:dotnet-sdk:hello-world:overview.adoc[C# (.NET)],
312313xref:go-sdk:hello-world:overview.adoc[Go],
313314xref:java-sdk:hello-world:overview.adoc[Java],
343344| Couchbase Officially Supported
344345
345346
347+ | Couchbase Quarkus Java Extension
348+ | Java
349+ | The Couchbase Quarkus extension integrates the xref:java-sdk:hello-world:overview.adoc[Couchbase Java SDK] within the Quarkus ecosystem.
350+ Most notably this extension provides GraalVM native-image support to the existing Java SDK,
351+ in addition to other Quarkus integration such as Health Checks, ArC dependency injection, Micrometer metrics, DevServices and more.
352+ a|
353+ * https://docs.quarkiverse.io/quarkus-couchbase/dev/index.html[Quarkiverse docs for Quarkus Couchbase^]
354+ * xref:quarkus-extension:ROOT:overview.adoc[Couchbase Quarkus Java Extension docs]
355+ * https://javadoc.io/doc/io.quarkiverse.couchbase/quarkus-couchbase/latest/index.html[Quarkus Couchbase API reference^]
356+ | ✔
357+ | ✔
358+ | Couchbase Officially Supported
359+
360+
346361| Ottoman
347362| Node.js
348363| ODM (Object Document Mapper) for Couchbase.
0 commit comments