We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee766b7 commit 4a63030Copy full SHA for 4a63030
README.md
@@ -72,8 +72,6 @@ The following vfs have been implemented:
72
* [`sahpool`](https://github.com/Spxg/sqlite-wasm-rs/tree/master/src/vfs/sahpool.rs): ported from sqlite-wasm, store the database in opfs.
73
* [`relaxed-idb`](https://github.com/Spxg/sqlite-wasm-rs/tree/master/src/vfs/relaxed_idb.rs): store the database in blocks in indexed db.
74
75
-Go to [`here`](https://github.com/Spxg/sqlite-wasm-rs/tree/master/src/vfs/README.md) to check it out.
76
-
77
### VFS Comparison
78
79
||MemoryVFS|SyncAccessHandlePoolVFS|RelaxedIdbVFS|
0 commit comments