Skip to content

[Uno.sqlite-wasm] FTS5 support? #10778

Answered by DierkDroth
DierkDroth asked this question in Q&A
Discussion options

You must be logged in to vote

I figured it out. Here is what I to do on my Windows 11 system:

  • install WSL: wsl --install + reboot. The Ubuntu file system could be accessed in Windows explorer.
  • sync clock in WSL: sudo hwclock -s
  • git clone https://github.com/unoplatform/Uno.sqlite-wasm
  • install emscripten
    Note: there is a caveat, you needed to install the version used by Uno.sqlite-wasm which is 3.1.12 at this point (e.g. unzip the Uno.sqlite-wasm NuGet -> buildTransitive -> native -> sqlite3.bc to see what emscripten version UNO is using). Don't try Latest, this may result in SQLite runtime errors, e.g. I saw 'attempt to write a readonly database' on SQL INSERT
git clone https://github.com/emscripten-core/emsdk.git
cd…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by DierkDroth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant