Tag

SQLite

Browsing articles related to SQLite.

3 articles
1 Current page
From Failure to Success: How to Delete SQLite Database File in C#

From Failure to Success: How to Delete SQLite Database File in C#

SQLite, as a lightweight embedded database, is popular for its ease of use and deployment. However, when trying to delete an SQLite database file, developers may encounter some challenges. This article will share a case from failure to success, demonstrating how to successfully delete an SQLite database file in C#.

沙漠尽头的狼 10/14/2024 7:47 PM
EF Core 6 New Features Summary (Part 4)

EF Core 6 New Features Summary (Part 4)

In this article, you will see improvements to EF Core regarding SQLite, In-memory provider, and EF.Functions.Contains method.

liamwang 精致码农 6/2/2022 10:12 PM