web-sqlite-js 0.0.3 → 0.0.5

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  <h1 align="center">web-sqlite-js</h1>
2
- <p align="center"> <img src="docs/public/web-sqlite-js.gif" width="400px" />
2
+ <p align="center"> <img src="docs/public/web-sqlite-js.gif" width="80%" style="border-radius: 10px;" />
3
3
  </p>
4
4
 
5
- `web-sqlite-js` gives web developers an out-of-the-box way to run SQLite directly in the browser and keep data persisted on the client via OPFS (Origin Private File System).
5
+ `web-sqlite-js` is a friendly, out-of-the-box SQLite database for the web that makes persistent client-side storage simple for every developer.
6
6
 
7
- Developers only need to install and configure the http request header to use it directly, which is quite friendly.
7
+ Designed to be truly effortless, it allows you to get a high-performance relational database running in the browser in seconds. Just install, set your HTTP headers, and start querying—no complex infrastructure required.
8
8
 
9
9
  ## Features
10
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "web-sqlite-js",
3
- "version": "0.0.3",
4
- "description": "web-sqlite-js gives web developers an out-of-the-box way to run SQLite directly in the browser and keep data persisted on the client via OPFS (Origin Private File System).",
3
+ "version": "0.0.5",
4
+ "description": "web-sqlite-js is a friendly, out-of-the-box SQLite database for the web that makes persistent client-side storage simple for every developer.",
5
5
  "workspaces": [
6
6
  "docs"
7
7
  ],
@@ -78,5 +78,5 @@
78
78
  "bugs": {
79
79
  "url": "https://github.com/wuchuheng/web-sqlite-js/issues"
80
80
  },
81
- "homepage": "https://github.com/wuchuheng/web-sqlite-js#readme"
82
- }
81
+ "homepage": "https://web-sqlite-js.wuchuheng.com"
82
+ }