HOS.Data.Sqlite 1.0.1
For all type of sqlite operations,
Usage:-
Please add in the startup.cs
public void ConfigureServices(IServiceCollection services)
{
services.AddAddSqlitey(connectionString);
}
No packages depend on HOS.Data.Sqlite.
.NET 6.0
- Microsoft.Data.Sqlite (>= 6.0.3)
- Microsoft.Extensions.Logging (>= 6.0.0)