SQLite compiled to WebAssembly
Перейти к файлу
Jérôme Laban 0599a4bd7f chore: Adjust config file 2022-12-01 02:35:13 +00:00
.github/workflows ci: Adjust for backwards compatibility format 2022-09-19 22:15:32 -04:00
src chore: Adjust config file 2022-12-01 02:35:13 +00:00
.gitignore Create nuget package 2018-09-20 10:33:27 -04:00
Makefile Update to 3.40.0 2022-12-01 02:29:55 +00:00
README.md docs: Update readme 2020-07-02 07:34:13 -04:00

README.md

SQLite compiled to WebAssembly for the Uno Wasm Bootstrapper

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.

How to use SQLite on WebAssembly

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.