Star766
4992
代码介绍
代码
Issues1661
Pull Requests1762
流水线
Actions
讨论
Wiki
项目成员906
分析
项目设置
Star766
4992
  1. docs
  2. /
  3. en
  4. /
  5. application-dev
  6. /
  7. database
  8. /
  9. Readme-EN.md
Annie_wangAnnie_wangupdate docs
f2b22acd创建于 2024年11月7日历史提交

ArkData (Ark Data Management)

  • Introduction to ArkData
  • Unified Data Definition
    • Unified Data Definition Overview
    • UTDs
    • Uniform Data Structs
    • Prebuilt UTDs
  • Application Data Persistence
    • Application Data Persistence Overview
    • Persisting Preferences Data
    • Persisting KV Store Data
    • Persisting RDB Store Data
  • Distributed Application Data Sync
    • Distributed Application Data Sync Overview
    • Cross-Device Sync of KV Stores
    • Cross-Device Sync of RDB Stores
    • Cross-Device Sync of Distributed Data Objects
  • Data Reliability and Security
    • Data Reliability and Security Overview
    • Database Backup and Restore
    • Database Encryption
    • Access Control by Device and Data Level
    • Using an EL5 Database
  • Cross-Application Data Sharing
    • Data Sharing Overview
    • One-to-Many Data Sharing (for System Applications Only)
      • Sharing Data via DataShareExtensionAbility
      • Silent Access via DatamgrService
    • Many-to-Many Data Sharing
      • Sharing Data Using Unified Data Channels
  • RelationalStore Development (C/C++)
  • UDMF Development Guide (C/C++)
  • Persisting User Preferences (C/C++)