[WASM + SQLite] Update on current status? #10640
-
I recently have seen more activity again around SQLite support in UNO and liked to understand where we're at regarding the support for SQLite in UNO WASM in particular. My questions rather are:
Thanks in advance for shedding some light. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
The data is persisted whereever you place it. Persisted folders are specified here.
This particular project is mostly about a javascript binding, does not apply to binding to C#. We'll keep building a separate version until .NET supports multi-versioning properly, and WebAssembly properly supports dynamic module referencing. |
Beta Was this translation helpful? Give feedback.
-
@jeromelaban I did some reading + reviewed code/projects etc. Here is what I understand:
This would come with the well-known limitations like:
I also understand that the 'native webassembly support' by SQLite does (theoretically) support access to the local file system (= OPFS). Hence, the limitations above would not apply. I know this is not exactly UNO's territory. However, UNO provided SQLite access options and I wanted to make sure I'm not missing a potential option. Could you please confirm/deny my findings? |
Beta Was this translation helpful? Give feedback.
The data is persisted whereever you place it. Persisted folders are specified here.
This particular project is mostly about a javascript binding, does not apply to binding to C#. We'll keep building a separate version until .NET supports multi-versioning properly, and WebAssembly properly supports dynamic module referencing.