mirror of
https://gitee.com/openharmony/distributeddatamgr_kv_store
synced 2024-11-23 02:00:13 +00:00
reademe change
Signed-off-by: wangkai <wangkai424@huawei.com>
This commit is contained in:
parent
f42b7b630c
commit
c5668ed7c4
17
README_zh.md
17
README_zh.md
@ -2,20 +2,29 @@
|
||||
|
||||
## 简介
|
||||
|
||||
**KV数据库(KV store)** 依托当前公共基础库提供的KV存储能力开发,为设备应用提供键值对数据管理能力。在有进程的平台上,KV存储提供的参数管理,供单进程访问不能被其他进程使用。在此类平台上,KV存储作为基础库加载在应用进程,以保障不被其他进程访问。
|
||||
**KV数据库(KV store)**
|
||||
依托当前公共基础库提供的KV存储能力开发,为设备应用提供键值对数据管理能力。在有进程的平台上,KV存储提供的参数管理,供单进程访问不能被其他进程使用。在此类平台上,KV存储作为基础库加载在应用进程,以保障不被其他进程访问。
|
||||
|
||||
1. 当前先支持轻量键值(KV)本地数据存储能力,后续会逐步支持其他更丰富的数据类型。
|
||||
**图 1** 键值型数据库主要能力
|
||||
|
||||
![](figures/zh-cn_键值型数据库主要能力.png)
|
||||
|
||||
## 目录
|
||||
|
||||
```
|
||||
//foundation/distributeddatamgr/kv_store
|
||||
├── frameworks # 框架层代码
|
||||
│ └── js # JS API的实现
|
||||
│ ├── common # 公共代码
|
||||
│ ├── innerkitsimpl # 部件间接口代码实现
|
||||
│ ├── jskitsimpl # JS API的实现
|
||||
│ │ └── napi # napi代码实现
|
||||
│ ├── libs # DB代码实现
|
||||
│ └── native # 内部接口实现
|
||||
├── interfaces # 接口代码
|
||||
└── inner_api # 内部接口声明
|
||||
│ ├── inner_api # 内部接口声明
|
||||
│ ├── innerkits # 部件间接口声明
|
||||
│ └── jskits # JS API的声明
|
||||
└── test # 测试用例资源
|
||||
```
|
||||
## 约束
|
||||
|
||||
|
BIN
figures/zh-cn_键值型数据库主要能力.png
Normal file
BIN
figures/zh-cn_键值型数据库主要能力.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Loading…
Reference in New Issue
Block a user