4 Star 0 Fork 97

网关路由器共建项目/third_party_sqlite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
liliaoyuan 提交于 2025-03-26 17:06 +08:00 . 问题根因:适配小型系统。
{
"name": "@ohos/sqlite",
"description": "SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine.",
"version": "3.40.1",
"homePage": "https://www.sqlite.org/",
"license": "Public Domain",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/sqlite"
},
"dirs": {},
"scripts": {},
"component": {
"name": "sqlite",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [ "small", "standard" ],
"rom": "2200KB",
"ram": "1024KB",
"deps": {
"components": [
"c_utils",
"openssl"
],
"third_party": [
"openssl"
]
},
"build": {
"sub_component": [],
"inner_kits": [
{
"name": "//third_party/sqlite:sqlite",
"header": {
"header_files": [
"sqlite3ext.h",
"sqlite3sym.h"
],
"header_base": "//third_party/sqlite/include"
}
},
{
"name": "//third_party/sqlite:sqlite3"
}
],
"test": []
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cooperation-teams-gateway/third_party_sqlite.git
git@gitee.com:cooperation-teams-gateway/third_party_sqlite.git
cooperation-teams-gateway
third_party_sqlite
third_party_sqlite
OpenHarmony-5.0.0-Release

搜索帮助