meta data for this page
📚 差别
这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录前一修订版 | |||
scripting:world:sqlite [2025/05/02 20:13] – ↷ 页面scripting:native:sqlite被移动至scripting:world:sqlite bibiboxs | scripting:world:sqlite [2025/05/02 20:13] (当前版本) – bibiboxs | ||
---|---|---|---|
行 1: | 行 1: | ||
< | < | ||
- | # Native/SQLite | + | # World/SQLite |
> SQLite类是开发阶段常用功能,可进行[本地数据库(SQLite)](https:// | > SQLite类是开发阶段常用功能,可进行[本地数据库(SQLite)](https:// | ||
行 7: | 行 7: | ||
[note3] | [note3] | ||
- | 注意:SQLite类目前**仅支持World端**使用,**读写目录:`Mod\Host`**。 | + | 读写目录:`Mod\Host`**。 |
[/note] | [/note] | ||
行 217: | 行 217: | ||
if(sqlData.GetCount() > 0) DLog(sqlData.GetData(" | if(sqlData.GetCount() > 0) DLog(sqlData.GetData(" | ||
``` | ``` | ||
+ | |||