We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d53813e commit 0a9263eCopy full SHA for 0a9263e
1 file changed
README.md
@@ -41,7 +41,7 @@ async fn open_db() {
41
The following vfs have been implemented:
42
43
* [`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.
+* [`sahpool`](./crates/sqlite-wasm-vfs/src/sahpool.rs): ported from sqlite-wasm, store the database in opfs.
45
* [`relaxed-idb`](./crates/sqlite-wasm-vfs/src/relaxed_idb.rs): store the database in blocks in indexed db.
46
47
### VFS Comparison
0 commit comments