ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
[TOC] > [官方文档](https://sqlite.org/wasm/doc/ckout/index.md) ## 概述 - 开发了 SQLite 的 WebAssembly 版本,作为替代的 Web SQL 数据库 API - web sqlite 是一个使用wasm技术,把 sqlite 嵌入到web中的库,并在刷新后重置 - 可以使用 js work 技术,把费时的操作移动到非UI进行 ## 下载 https://sqlite.org/download.html 下 `WebAssembly & JavaScript` 进行下载 ![](https://img.kancloud.cn/af/a1/afa118a9286bb8cfc7eb8b0bce45f826_613x311.png) zip 包中存在示例代码.请使用 php 获其他工具开启站点, 然后访问 `/index.html 查看各个示例`