[Uno.sqlite-wasm] FTS5 support? #10778
-
@jeromelaban Anyway, here is my next problem: I found that Uno.sqlite-wasm lacks the FTS5 support which my code needs. Am I missing something or could that be 'easily' added to the build process for Uno.sqlite-wasm? In case I needed to do this: would you have any pointer on how to tweak e.g. the Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I figured it out. Here is what I to do on my Windows 11 system:
I updated repo above accordingly. |
Beta Was this translation helpful? Give feedback.
I figured it out. Here is what I to do on my Windows 11 system:
wsl --install
+ reboot. The Ubuntu file system could be accessed in Windows explorer.sudo hwclock -s
git clone https://github.com/unoplatform/Uno.sqlite-wasm
Note: there is a caveat, you needed to install the version used by
Uno.sqlite-wasm
which is3.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 tryLatest
, this may result in SQLite runtime errors, e.g. I saw 'attempt to write a readonly database' onSQL INSERT