SQLite compiled to WebAssembly
Перейти к файлу
Jérôme Laban b7510c59d3
fix: generate .a from .o for older emscripten (#34)
* fix: generate .a from .o for older emscripten

* chore: Adjust output path
2024-10-28 16:34:31 -04:00
.github/workflows chore: Adjust lookup paths (#31) 2024-10-23 13:52:14 -04:00
build ci: Sign package 2024-01-09 09:05:40 -05:00
src fix: generate .a from .o for older emscripten (#34) 2024-10-28 16:34:31 -04:00
.gitignore Create nuget package 2018-09-20 10:33:27 -04:00
Makefile fix: generate .a from .o for older emscripten (#34) 2024-10-28 16:34:31 -04: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.