Spxg
Spxg
Because of breaking changes, sqlite-wasm-rs is updated to 0.3 1. Deleted wrapper feature 2. Use bundled feature to compile sqlite by default 3. Provided precompiled feature, see https://github.com/Spxg/sqlite-wasm-rs#why-provide-precompiled-library for details
> we need to find someone kind enough to validate this PR. Any suggestions?
> and am not sure how to get it to work with a persistent VFS. Currently, there is only one option for persistence: opfs-sahpool, which is ported from sqlite-wasm (https://sqlite.org/wasm/doc/trunk/persistence.md#vfs-opfs-sahpool)...
> am not sure how to get it to work with a persistent VFS. If you are interested, here is an example I wrote for diesel, which can easily experience...
Precompiled products are not provided by default, you can specify the `precompiled-wasm` feature. Using the `bundled` feature requires the emscripten toolchain. See https://github.com/Spxg/sqlite-wasm-rs/?tab=readme-ov-file#why-provide-precompiled-library for details.
> Maybe @thomcc or @trevyn ? It seems like they all don't have time to review it, so I thought of some questions you might be concerned about, I hope...
> > > > we need to find someone kind enough to validate this PR. > > > > > > > > > Any suggestions? > > > >...
> Hello, is this close to be merged? As mentioned above, there is no one suitable person to review it now. You can still use this commit, because I added...
> I've compiled `rusqlite` from this branch. But I'm falling trying to open existing database. I'm using `trunk serve` with `copy-dir`. When I open connection with `OpenFlags::SQLITE_OPEN_READ_ONLY` I get `CannotOpen`...