This is an automated email from the ASF dual-hosted git repository.
zhangliang 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 d5fe5e4 Add standalone mode H2 storage docs (#16514)
d5fe5e4 is described below
commit d5fe5e4a8e2cf550df7b8f3d93510be319dc2b05
Author: 龙台 Long Tai <[email protected]>
AuthorDate: Thu Mar 31 16:26:25 2022 +0800
Add standalone mode H2 storage docs (#16514)
---
docs/document/content/dev-manual/mode.cn.md | 1 +
docs/document/content/dev-manual/mode.en.md | 1 +
2 files changed, 2 insertions(+)
diff --git a/docs/document/content/dev-manual/mode.cn.md
b/docs/document/content/dev-manual/mode.cn.md
index 019a613..1c20aa7 100644
--- a/docs/document/content/dev-manual/mode.cn.md
+++ b/docs/document/content/dev-manual/mode.cn.md
@@ -14,6 +14,7 @@ chapter = true
| *已知实现类* | *详细说明* |
| ----------------------------- | -------------------------- |
| FileRepository | 基于 File 的持久化 |
+| H2Repository | 基于 H2 的持久化 |
## ClusterPersistRepository
diff --git a/docs/document/content/dev-manual/mode.en.md
b/docs/document/content/dev-manual/mode.en.md
index a116607..2641262 100644
--- a/docs/document/content/dev-manual/mode.en.md
+++ b/docs/document/content/dev-manual/mode.en.md
@@ -14,6 +14,7 @@ chapter = true
| *Implementation Class* | *Description* |
| ----------------------------- | ----------------------------------------- |
| FileRepository | File persistence |
+| H2Repository | H2 persistence |
## ClusterPersistRepository