You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sqlite-wasm/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# SQLite WASM
2
2
3
-
SQLite WASM conveniently wrapped as an ES Module. It includes the [sqlite-sync](https://github.com/sqliteai/sqlite-sync) and [sqlite-vector](https://github.com/sqliteai/sqlite-vector) extensions that are automatically loaded at runtime. TypeScript types are from the [official sqlite-wasm repository](https://github.com/sqlite/sqlite-wasm).
3
+
SQLite WASM conveniently wrapped as an ES Module. It includes the [sqlite-sync](https://github.com/sqliteai/sqlite-sync), [sqlite-vector](https://github.com/sqliteai/sqlite-vector), and [sqlite-memory](https://github.com/sqliteai/sqlite-memory) extensions that are automatically loaded at runtime. TypeScript types are from the [official sqlite-wasm repository](https://github.com/sqlite/sqlite-wasm).
4
4
5
5
## Features
6
6
7
7
- 🚀 SQLite WASM wrapped as an ES Module
8
-
- 🔄 Includes sqlite-syncand sqlite-vector extensions
8
+
- 🔄 Includes sqlite-sync, sqlite-vector, and sqlite-memory extensions
9
9
- 📝 Full TypeScript support
10
10
- 💾 OPFS (Origin Private File System) support for persistent storage
0 commit comments