This is a simple standalone app demonstrating the use of SQLite in an Uno application, including WebAssembly. It uses Erik Sink's SQLitePCLRaw, and Frank Krueger's sqlite-net libraries.
The WebAssembly application uses the Uno.SQLitePCLRaw.Wasm package to provide an in-browser, client-side SQLite database.
- MainPage.xaml.cs: Connects the client to the local SQLite instance.
Uno Platform is an open-source .NET platform for building single codebase native mobile, web, desktop, and embedded apps quickly. For additional information about Uno Platform or if you have any feedback to share, please refer to the README.md file in this Samples repository.
