Thanks for the great library! I'm running into some insert performance degradation similar to this issue: sqlite/sqlite-wasm#61
One of the things mentioned to try there is to use the SAH backend. This backend does not allow for concurrency, but that is not really required for my use case, so it would be nice to use that backend.