{ "name": "@ohos/relational_store", "version": "3.1.0", "description": "Local Data Management", "homePage": "https://gitee.com/openharmony", "license": "Apache V2", "repository": "https://gitee.com/openharmony/distributeddatamgr_relational_store", "domain": "ohos", "language": "", "publishAs": "code-segment", "private": false, "scripts": {}, "tags": [ "foundation" ], "keywords": [ "distributeddatamgr", "relational_store" ], "envs": [], "dirs": {}, "author": { "name": "", "email": "", "url": "" }, "contributors": [ { "name": "", "email": "", "url": "" } ], "segment": { "destPath": "foundation/distributeddatamgr/relational_store" }, "component": { "name": "relational_store", "subsystem": "distributeddatamgr", "syscap": [ "SystemCapability.DistributedDataManager.CloudSync.Client", "SystemCapability.DistributedDataManager.CloudSync.Server", "SystemCapability.DistributedDataManager.CloudSync.Config", "SystemCapability.DistributedDataManager.RelationalStore.Core", "SystemCapability.DistributedDataManager.CommonType" ], "features": ["relational_store_rdb_support_icu"], "adapted_system_type": [ "standard" ], "rom": "1000", "ram": "350", "deps": { "components": [ "ability_base", "ability_runtime", "access_token", "common_event_service", "c_utils", "device_manager", "eventhandler", "hilog", "hitrace", "huks", "ipc", "kv_store", "napi", "samgr", "hisysevent", "bounds_checking_function" ], "third_party": [ "icu", "sqlite" ] }, "build": { "sub_component": [ "//foundation/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk:native_appdatafwk", "//foundation/distributeddatamgr/relational_store/interfaces/inner_api/dataability:native_dataability", "//foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb_data_share_adapter:rdb_data_share_adapter", "//foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb:native_rdb", "//foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data:clouddata", "//foundation/distributeddatamgr/relational_store/interfaces/ndk/src:native_rdb_ndk", "//foundation/distributeddatamgr/relational_store/frameworks/cj:cj_relational_store_ffi", "//foundation/distributeddatamgr/relational_store/frameworks/js/napi/dataability:dataability", "//foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb:rdb", "//foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb:napi_rdb", "//foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore:relationalstore", "//foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_extension:cloudextension", "//foundation/distributeddatamgr/relational_store/frameworks/js/napi/common:commontype_napi", "//foundation/distributeddatamgr/relational_store/frameworks/js/napi/sendablerelationalstore:sendablerelationalstore" ], "inner_kits": [ { "name": "//foundation/distributeddatamgr/relational_store/interfaces/ndk/src:native_rdb_ndk", "header": { "header_files": [ "oh_predicates.h", "relational_store.h", "oh_cursor.h", "relational_store_error_code.h", "oh_value_object.h", "oh_values_bucket.h" ], "header_base": "//foundation/distributeddatamgr/relational_store/interfaces/ndk/include" } }, { "name": "//foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb:native_rdb", "header": { "header_files": [ "abs_rdb_predicates.h", "abs_result_set.h", "abs_shared_result_set.h", "rdb_common.h", "rdb_errno.h", "rdb_helper.h", "rdb_open_callback.h", "rdb_predicates.h", "rdb_store.h", "rdb_store_config.h", "result_set.h", "shared_result_set.h", "value_object.h", "values_bucket.h" ], "header_base": "//foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include" } }, { "name": "//foundation/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk:native_appdatafwk", "header": { "header_files": [ "serializable.h", "shared_block.h" ], "header_base": "//foundation/distributeddatamgr/relational_store/interfaces/inner_api/appdatafwk/include" } }, { "name": "//foundation/distributeddatamgr/relational_store/interfaces/inner_api/dataability:native_dataability", "header": { "header_files": [ "data_ability_predicates.h", "predicates_utils.h" ], "header_base": "//foundation/distributeddatamgr/relational_store/interfaces/inner_api/dataability/include" } }, { "name": "//foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb_data_share_adapter:rdb_data_share_adapter", "header": { "header_files": [ "rdb_utils.h" ], "header_base": "//foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb_data_share_adapter/include" } }, { "name": "//foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb_data_ability_adapter:rdb_data_ability_adapter", "header": { "header_files": [ "rdb_data_ability_utils.h" ], "header_base": "//foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb_data_ability_adapter/include" } } ], "test": [ "//foundation/distributeddatamgr/relational_store/test/js/dataability:unittest", "//foundation/distributeddatamgr/relational_store/test/js/rdb:performancetest", "//foundation/distributeddatamgr/relational_store/test/js/rdb:unittest", "//foundation/distributeddatamgr/relational_store/test/js/relationalstore:performancetest", "//foundation/distributeddatamgr/relational_store/test/js/relationalstore:unittest", "//foundation/distributeddatamgr/relational_store/test/js/clouddata:cloudtest", "//foundation/distributeddatamgr/relational_store/test/ndk:unittest", "//foundation/distributeddatamgr/relational_store/test/native/appdatafwk:unittest", "//foundation/distributeddatamgr/relational_store/test/native/clouddata:unittest", "//foundation/distributeddatamgr/relational_store/test/native/dataability:unittest", "//foundation/distributeddatamgr/relational_store/test/native/rdb:unittest", "//foundation/distributeddatamgr/relational_store/test/native/rdb:fuzztest", "//foundation/distributeddatamgr/relational_store/test/native/rdb_data_ability_adapter:unittest", "//foundation/distributeddatamgr/relational_store/test/native/rdb_data_share_adapter:unittest", "//foundation/distributeddatamgr/relational_store/test/native/rdb:distributedtest" ] } } }