Skip to content

Commit bf9c347

Browse files
committed
Update README.md
1 parent f1fa342 commit bf9c347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sqlite-wasm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# SQLite WASM
22

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).
44

55
## Features
66

77
- 🚀 SQLite WASM wrapped as an ES Module
8-
- 🔄 Includes sqlite-sync and sqlite-vector extensions
8+
- 🔄 Includes sqlite-sync, sqlite-vector, and sqlite-memory extensions
99
- 📝 Full TypeScript support
1010
- 💾 OPFS (Origin Private File System) support for persistent storage
1111
- ⚡ Worker thread support for better performance

0 commit comments

Comments
 (0)