未验证 提交 a735eae1 编写于 作者: 葛亚芳 提交者: Gitee

update zh-cn/application-dev/database/data-persistence-by-rdb-store.md.

Signed-off-by: N葛亚芳 <geyafang@huawei.com>
上级 2a00e7cb
......@@ -75,7 +75,7 @@
console.info(`Succeeded in getting RdbStore.`);
store.executeSql(SQL_CREATE_TABLE); // 创建数据表
// 这里执行数据库的增、删、改、查等操作
// 请确保获取到RdbStore实例后,再进行数据库的增、删、改、查等操作
});
}
......@@ -107,7 +107,7 @@
console.info(`Succeeded in getting RdbStore.`);
store.executeSql(SQL_CREATE_TABLE); // 创建数据表
// 这里执行数据库的增、删、改、查等操作
// 请确保获取到RdbStore实例后,再进行数据库的增、删、改、查等操作
});
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册