This repository is about building the SQLite library to WebAssembly, and use it as a Nuget package in an application using Uno.Wasm.Bootstrap.
This repository is based on the work from Ryusei YAMAGUCHI.
The uno.sqlite-wasm
nuget package is available, which is used through Uno.SQLitePCLRaw.Wasm
.
A sample application can be browsed here: https://github.com/unoplatform/Uno.Samples/tree/master/UI/SQLiteSample, and a guide to use it is available here.