web-sqlite-js 1.1.0 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/index.js +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
4
|
<a href="https://web-sqlite-js.wuchuheng.com" target="_blank">
|
|
5
|
-
<img src="docs/public/web-sqlite-js.gif" width="80%" style="border-radius: 10px;" />
|
|
5
|
+
<img src="vitepress-docs/public/web-sqlite-js.gif" width="80%" style="border-radius: 10px;" />
|
|
6
6
|
</a>
|
|
7
7
|
</p>
|
|
8
8
|
|
|
@@ -258,7 +258,7 @@ await db.query("SELECT * FROM notes WHERE id = ?", [1]);
|
|
|
258
258
|
|
|
259
259
|
The console output highlights SQL keywords and shows how long each statement took (click to preview):
|
|
260
260
|
|
|
261
|
-
[](docs/assets/debug.png)
|
|
261
|
+
[](docs/assets/debug.png)
|
|
262
262
|
|
|
263
263
|
#### Transactions
|
|
264
264
|
|