Earlier quoted context omitted.
Not really as the WASM version of Sqlite is memory only and cannot write to disk. Please feel free to correct me if this has changed though
Nope... the wasm fs adapters don't allow the flexibility needed to really operate correctly. It might be best to try alternatives like wrappers around leveldb as a baseline, which of course isn't sql and has its' own drawbacks.
https://github.com/sqlite/sqlite/blob/610f11de25993960ff616e...