Overview
This topic describes how to connect to a Key-Value tenant of OceanBase Database. You can connect to OceanBase Database by using an OceanBase Developer Center (ODC) client or an application.
ODC client
ODC is an enterprise-level database development platform tailored for OceanBase Database. You can access ODC in the ApsaraDB for OceanBase console.
ODC is compatible with both MySQL and Oracle tenants in OceanBase Database. It provides database developers with various features, such as daily development, WebSQL-based workspace, SQL diagnostics, session management, and data import and export.
For more information about how to connect to an OceanBase Database tenant by using ODC, see Connect to OceanBase Database by using ODC.
Go client
You can use the Go client to connect to an OceanBase Database tenant directly or by using OceanBase Database Proxy (ODP). To download the Go client, visit the GitHub Go client repository.
For more information about how to use the Go client to connect to an OceanBase Database tenant, see Connect to OceanBase Database by using the Go client.