This is an automated email from the ASF dual-hosted git repository.
zhonghongsheng 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 7684c4f Add db-compatibility/db-protocol document (#13368)
7684c4f is described below
commit 7684c4f78144e5854056a5400dee77c1be9ea278
Author: Liang Zhang <[email protected]>
AuthorDate: Sat Oct 30 21:07:42 2021 +0800
Add db-compatibility/db-protocol document (#13368)
---
.../content/features/db-compatibility/db-protocol/_index.cn.md | 7 +++++++
.../content/features/db-compatibility/db-protocol/_index.en.md | 7 +++++++
2 files changed, 14 insertions(+)
diff --git
a/docs/document/content/features/db-compatibility/db-protocol/_index.cn.md
b/docs/document/content/features/db-compatibility/db-protocol/_index.cn.md
new file mode 100644
index 0000000..506710f
--- /dev/null
+++ b/docs/document/content/features/db-compatibility/db-protocol/_index.cn.md
@@ -0,0 +1,7 @@
++++
+title = "数据库协议"
+weight = 2
+chapter = true
++++
+
+Apache ShardingSphere 目前实现了 MySQL 和 PostgreSQL 协议。
diff --git
a/docs/document/content/features/db-compatibility/db-protocol/_index.en.md
b/docs/document/content/features/db-compatibility/db-protocol/_index.en.md
new file mode 100644
index 0000000..85f487c
--- /dev/null
+++ b/docs/document/content/features/db-compatibility/db-protocol/_index.en.md
@@ -0,0 +1,7 @@
++++
+title = "DB Protocol"
+weight = 2
+chapter = true
++++
+
+Apache ShardingSphere implements MySQL and PostgreSQL Protocol.