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 ...
The SQLite C# Table Application is a simple Windows Presentation Foundation (WPF) program that allows users to interact with an SQLite database to manage user data. It provides basic CRUD (Create, ...
This SQLite tutorial will show you how to install SQLite3 on Windows, create tables in a database and perform read, update and delete operations.