关于[Working with SQLite and WebAssembly for .NET Developers]的摘要:
In order to demonstrate the use of client-side only technologies in the browser, we’ve updated our SQLite 3.3 + EFCore 3.1 + Roslyn 3.6 sample. EF Core’s support for SQLite relies on SQLitePCLRaw, making it instantly compatible with WebAssembly. This sample takes some C# code, compiles it to an in-memory assembly using the Roslyn, the runs it in the browser. You can run the live example here: https://sqliteefcore-wasm.platform.uno/
原文地址: https://platform.uno/blog/working-with-sqlite-and-webassembly-for-net-developers/