From c00c6570213c1429f46a8c2d828bee32ff54f1ae Mon Sep 17 00:00:00 2001 From: josh-wong Date: Wed, 28 May 2025 05:55:49 +0000 Subject: [PATCH] AUTO: Sync ScalarDB docs in English to docs site repo --- versioned_docs/version-3.14/scalardb-sql/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-3.14/scalardb-sql/index.mdx b/versioned_docs/version-3.14/scalardb-sql/index.mdx index 58ca6a94..4de31391 100644 --- a/versioned_docs/version-3.14/scalardb-sql/index.mdx +++ b/versioned_docs/version-3.14/scalardb-sql/index.mdx @@ -6,7 +6,7 @@ displayed_sidebar: docsEnglish # ScalarDB SQL Overview -ScalarDB SQL is an SQL layer for ScalarDB Cluster. Specifically, it parses SQL and converts it to a set of ScalarDB operations. +ScalarDB SQL is an interface layer that allows client applications to communicate with ScalarDB Cluster by using SQL. :::note