SQLNado supports all of SQLite features when using SQL commands, and also supports most of SQLite features through .NET: Since version 2, the whole of SQLNado is now cross-platform enabled. It ...
Hi, I'm trying to use SQLite in my project, for some reason with .Net 9.0 is not working but with .NET 8.0 it does on WebAssembly. I created two projects with this command: dotnet new unoapp -o test8 ...