News

A SQLite portable database app made using .NET Framework 4.6.1 with the purpose of testing the integration of SQLite databases into C# projects. Originally from a tutorial by Tim Corey, but with extra ...
InfoQ announced the porting of SQLite to .NET two weeks ago. Because the community showed special interest in this project, we interviewed Noah Hart, the developer who did it, to find out how ...
I have a Godot Mono C# project with a functioning Sqlite database in the root directory (res://database.db). I can read and write from it as long as I don't export the project. But one I export it the ...