iPlus.EntityFrameworkCore.Sqlite
10.0.5
Requires NuGet 3.6 or higher.
dotnet add package iPlus.EntityFrameworkCore.Sqlite --version 10.0.5
NuGet\Install-Package iPlus.EntityFrameworkCore.Sqlite -Version 10.0.5
<PackageReference Include="iPlus.EntityFrameworkCore.Sqlite" Version="10.0.5" />
<PackageVersion Include="iPlus.EntityFrameworkCore.Sqlite" Version="10.0.5" />
<PackageReference Include="iPlus.EntityFrameworkCore.Sqlite" />
paket add iPlus.EntityFrameworkCore.Sqlite --version 10.0.5
#r "nuget: iPlus.EntityFrameworkCore.Sqlite, 10.0.5"
#:package iPlus.EntityFrameworkCore.Sqlite@10.0.5
#addin nuget:?package=iPlus.EntityFrameworkCore.Sqlite&version=10.0.5
#tool nuget:?package=iPlus.EntityFrameworkCore.Sqlite&version=10.0.5
Microsoft.EntityFrameworkCore.Sqlite is the EF Core database provider package for SQLite.
Usage
Call the UseSqlite method to choose the SQLite database provider for your DbContext. For example:
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
{
optionsBuilder.UseSqlite("Data Source=database.db");
}
Getting started with EF Core
See Getting started with EF Core for more information about EF NuGet packages, including which to install when getting started.
Additional documentation
See SQLite EF Core Database Provider for more information about the features of this database provider.
Feedback
If you encounter a bug or issues with this package,you can open an Github issue. For more details, see getting support.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- iPlus.EntityFrameworkCore.Sqlite.Core (>= 10.0.5)
- Microsoft.Extensions.Caching.Memory (>= 10.0.5)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.5)
- Microsoft.Extensions.DependencyModel (>= 10.0.5)
- Microsoft.Extensions.Logging (>= 10.0.5)
- SQLitePCLRaw.bundle_e_sqlite3 (>= 2.1.11)
- SQLitePCLRaw.core (>= 2.1.11)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.5 | 133 | 4/14/2026 |
| 10.0.5-dev | 132 | 4/14/2026 |