This is an automated email from the ASF dual-hosted git repository.
jianglongtao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new c7047f77d2d fixed a typo (#24312)
c7047f77d2d is described below
commit c7047f77d2d95e95405fb96f0db277ef7c375b6b
Author: J·Y <[email protected]>
AuthorDate: Thu Feb 23 17:36:22 2023 +0800
fixed a typo (#24312)
---
docs/document/content/reference/gateway/_index.cn.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/document/content/reference/gateway/_index.cn.md
b/docs/document/content/reference/gateway/_index.cn.md
index a42413109a8..8da3d46dc4b 100644
--- a/docs/document/content/reference/gateway/_index.cn.md
+++ b/docs/document/content/reference/gateway/_index.cn.md
@@ -4,7 +4,7 @@ title = "数据库网关"
weight = 2
+++
-Apache ShardingSphere 提供了 SQL 方言翻译的能力,能否实现数据库方言之间的自动转换。例如,用户可以使用 MySQL 客户端连接
ShardingSphere 并发送基于 MySQL 方言的 SQL,ShardingSphere 能自动识别用户协议与存储节点类型,自动完成 SQL
方言转换,访问 PostgreSQL 等异构存储节点。
+Apache ShardingSphere 提供了 SQL 方言翻译的能力,能实现数据库方言之间的自动转换。例如,用户可以使用 MySQL 客户端连接
ShardingSphere 并发送基于 MySQL 方言的 SQL,ShardingSphere 能自动识别用户协议与存储节点类型,自动完成 SQL
方言转换,访问 PostgreSQL 等异构存储节点。
