Skip to content

Commit 0a9263e

Browse files
authored
Update sahpool file path in README.md
1 parent d53813e commit 0a9263e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async fn open_db() {
4141
The following vfs have been implemented:
4242

4343
* [`memory`](./src/vfs/memory.rs): as the default vfs, no additional conditions are required, store the database in memory.
44-
* [`sahpool`](./src/vfs/sahpool.rs): ported from sqlite-wasm, store the database in opfs.
44+
* [`sahpool`](./crates/sqlite-wasm-vfs/src/sahpool.rs): ported from sqlite-wasm, store the database in opfs.
4545
* [`relaxed-idb`](./crates/sqlite-wasm-vfs/src/relaxed_idb.rs): store the database in blocks in indexed db.
4646

4747
### VFS Comparison

0 commit comments

Comments
 (0)