SQLite compiled to WebAssembly
Перейти к файлу
Jerome Laban d5adcaec7e chore: Adjust signing 2024-01-09 09:26:57 -05:00
.github/workflows chore: Adjust signing 2024-01-09 09:26:57 -05:00
build ci: Sign package 2024-01-09 09:05:40 -05:00
src chore: Adjust version 2024-01-08 16:31:34 -05:00
.gitignore Create nuget package 2018-09-20 10:33:27 -04:00
Makefile chore: Update config 2022-12-01 02:41:01 +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.