提交 0fc1e6f7 编写于 作者: P PaDaBoo 提交者: jinguang

!1106 build:appdatamgr to projects: relational_store,data_share,preferences,kv_store

* update en file
* appdatamgr split to four projects: relational_store,data_share,prefere…
上级 61137574
......@@ -11,9 +11,13 @@ Note: The content of this SIG follows the convention described in OpenHarmony's
### The repository
- project name:
- distributeddatamgr: https://gitee.com/openharmony/distributeddatamgr_appdatamgr
- distributeddatamgr: https://gitee.com/openharmony-sig/distributeddatamgr_data_share
- distributeddatamgr: https://gitee.com/openharmony/distributeddatamgr_data_object
- distributeddatamgr_preferences:https://gitee.com/openharmony/distributeddatamgr_preferences
- distributeddatamgr_relational_store:https://gitee.com/openharmony/distributeddatamgr_relational_store
- distributeddatamgr_data_share:https://gitee.com/openharmony/distributeddatamgr_data_share
- distributeddatamgr_kv_store:https://gitee.com/openharmony/distributeddatamgr_kv_store
- distributeddatamgr_datamgr_service:https://gitee.com/openharmony/distributeddatamgr_datamgr_service
- distributeddatamgr_data_object:https://gitee.com/openharmony/distributeddatamgr_data_object
- miscservices_pasteboard:https://gitee.com/openharmony/miscservices_pasteboard
## SIG Members
......
......@@ -16,18 +16,20 @@
## 代码仓
|部件名称|部件功能描述|部件仓名称|
| ------------ | ------------ |------------ |
|首选项|支持以XML格式存储和读取用户首选项|distributeddatamgr_appdatamgr|
|关系型数据管理|提供关系型数据数的添加、查询、修改、删除、订阅通知等基本的数据能力|distributeddatamgr_appdatamgr|
|跨应用数据分享|提供发现应用的能力以及添加、查询、修改、删除数据的标准接口|distributeddatamgr_appdatamgr|
|键值型数据管理|提供键值型数据数的添加、查询、修改、删除、订阅通知等基本的数据能力|distributeddatamgr_datamgr|
|数据管理服务|提供键值型数据库、关系型数据库、持久化对象的跨设备同步能力|distributeddatamgr_datamgr|
|首选项|支持以XML格式存储和读取用户首选项|distributeddatamgr_preferences|
|关系型数据管理|提供关系型数据数的添加、查询、修改、删除、订阅通知等基本的数据能力|distributeddatamgr_relational_store|
|跨应用数据分享|提供发现应用的能力以及添加、查询、修改、删除数据的标准接口|distributeddatamgr_data_share|
|键值型数据管理|提供键值型数据数的添加、查询、修改、删除、订阅通知等基本的数据能力|distributeddatamgr_kv_store|
|数据管理服务|提供键值型数据库、关系型数据库、持久化对象的跨设备同步能力|distributeddatamgr_datamgr_service|
|分布式数据对象|提供面向对象的内存数据管理框架,向应用开发者提供内存对象的创建、查询、删除、修改、订阅等基本数据对象的管理能力,同时具备分布式能力|distributeddatamgr_data_object|
|剪贴板|提供剪切和拖放数据读写接口,支持身份校验和跨设备剪贴和拖放|miscservices_pasteboard|
|三方开源软件sqlite|提供基础的SQLite库|third_party_sqlite|
- 代码仓地址:
- distributeddatamgr_appdatamgr:https://gitee.com/openharmony/distributeddatamgr_appdatamgr
- distributeddatamgr_datamgr:https://gitee.com/openharmony/distributeddatamgr_datamgr
- distributeddatamgr_data_share:https://gitee.com/openharmony-sig/distributeddatamgr_data_share
- distributeddatamgr_preferences:https://gitee.com/openharmony/distributeddatamgr_preferences
- distributeddatamgr_relational_store:https://gitee.com/openharmony/distributeddatamgr_relational_store
- distributeddatamgr_data_share:https://gitee.com/openharmony/distributeddatamgr_data_share
- distributeddatamgr_kv_store:https://gitee.com/openharmony/distributeddatamgr_kv_store
- distributeddatamgr_datamgr_service:https://gitee.com/openharmony/distributeddatamgr_datamgr_service
- distributeddatamgr_data_object:https://gitee.com/openharmony/distributeddatamgr_data_object
- miscservices_pasteboard:https://gitee.com/openharmony/miscservices_pasteboard
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册