iPlus.EntityFrameworkCore.Sqlite.Core
9.0.7
See the version list below for details.
Requires NuGet 3.6 or higher.
dotnet add package iPlus.EntityFrameworkCore.Sqlite.Core --version 9.0.7
NuGet\Install-Package iPlus.EntityFrameworkCore.Sqlite.Core -Version 9.0.7
<PackageReference Include="iPlus.EntityFrameworkCore.Sqlite.Core" Version="9.0.7" />
<PackageVersion Include="iPlus.EntityFrameworkCore.Sqlite.Core" Version="9.0.7" />
<PackageReference Include="iPlus.EntityFrameworkCore.Sqlite.Core" />
paket add iPlus.EntityFrameworkCore.Sqlite.Core --version 9.0.7
#r "nuget: iPlus.EntityFrameworkCore.Sqlite.Core, 9.0.7"
#:package iPlus.EntityFrameworkCore.Sqlite.Core@9.0.7
#addin nuget:?package=iPlus.EntityFrameworkCore.Sqlite.Core&version=9.0.7
#tool nuget:?package=iPlus.EntityFrameworkCore.Sqlite.Core&version=9.0.7
The Microsoft.EntityFrameworkCore.Sqlite.Core package contains the code for the SQLite EF Core database provider. However, it does not automatically bring in any SQLite native binary, instead requiring that the application install and initialize the binary to use.
Usage
Only use this package if you need to change to a different SQLite native binary that the one supplied by Microsoft.EntityFrameworkCore.Sqlite.
To use this "Core" package, also install a SQLite binary package and initialize it with SQLitePCL.Batteries_V2.Init(); or similar. See github.com/ericsink/SQLitePCL.raw for more information.
Following this, call UseSqlite just as you when using Microsoft.EntityFrameworkCore.Sqlite.
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 | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
-
net8.0
- iPlus.Data.Sqlite.Core (>= 9.0.7)
- iPlus.EntityFrameworkCore.Relational (>= 9.0.7)
- Microsoft.Extensions.Caching.Memory (>= 9.0.7)
- Microsoft.Extensions.Configuration.Abstractions (>= 9.0.7)
- Microsoft.Extensions.DependencyModel (>= 9.0.7)
- Microsoft.Extensions.Logging (>= 9.0.7)
- SQLitePCLRaw.core (>= 2.1.10)
- System.Text.Json (>= 9.0.7)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on iPlus.EntityFrameworkCore.Sqlite.Core:
| Package | Downloads |
|---|---|
|
iPlus.EntityFrameworkCore.Sqlite.NTS
iPlus Fork of ef core main repository |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.0.0-dev | 34 | 3/5/2026 |
| 9.0.7 | 38 | 3/5/2026 |