From bc2e60251edfaa0c31971953cd130898d60c22ab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= <geyafang@huawei.com>
Date: Thu, 10 Aug 2023 10:02:41 +0000
Subject: [PATCH] update
 zh-cn/application-dev/database/data-sync-of-rdb-store.md.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: 葛亚芳 <geyafang@huawei.com>
---
 zh-cn/application-dev/database/data-sync-of-rdb-store.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/zh-cn/application-dev/database/data-sync-of-rdb-store.md b/zh-cn/application-dev/database/data-sync-of-rdb-store.md
index eaa45ed4dd..e6072da968 100644
--- a/zh-cn/application-dev/database/data-sync-of-rdb-store.md
+++ b/zh-cn/application-dev/database/data-sync-of-rdb-store.md
@@ -171,3 +171,11 @@
      )
    })
    ```
+
+## 相关实例
+
+针对关系型数据库开发,有以下相关实例可供参考:
+
+- [分布式组网认证(ArkTS)(Full SDK)(API9)](https://gitee.com/openharmony/applications_app_samples/tree/OpenHarmony-3.2-Release/code/SuperFeature/DistributedAppDev/DistributedAuthentication)
+
+-[分布式关系型数据库(ArkTS)(Full SDK)(API9)](https://gitee.com/openharmony/applications_app_samples/tree/OpenHarmony-3.2-Release/code/SuperFeature/DistributedAppDev/DistributedRdb)
\ No newline at end of file
-- 
GitLab