Microsoft.EntityFrameworkCore.Sqlite.Core 8.0.20

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 3.6 or higher.

dotnet add package Microsoft.EntityFrameworkCore.Sqlite.Core --version 8.0.20
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.Sqlite.Core -Version 8.0.20
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="8.0.20" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite.Core" Version="8.0.20" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.EntityFrameworkCore.Sqlite.Core --version 8.0.20
                    
#r "nuget: Microsoft.EntityFrameworkCore.Sqlite.Core, 8.0.20"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.EntityFrameworkCore.Sqlite.Core@8.0.20
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.EntityFrameworkCore.Sqlite.Core&version=8.0.20
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.Sqlite.Core&version=8.0.20
                    
Install as a Cake Tool

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (90)

Showing the top 5 NuGet packages that depend on Microsoft.EntityFrameworkCore.Sqlite.Core:

Package Downloads
Microsoft.EntityFrameworkCore.Sqlite

SQLite database provider for Entity Framework Core.

Microsoft.AspNetCore.All

Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Microsoft.EntityFrameworkCore.Sqlite.Design

Design-time Entity Framework Core functionality for SQLite

EFCore.BulkExtensions.Sqlite

EntityFramework .Net EFCore EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQLite

Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite

NetTopologySuite support for the SQLite database provider for Entity Framework Core.

GitHub repositories (34)

Showing the top 20 popular GitHub repositories that depend on Microsoft.EntityFrameworkCore.Sqlite.Core:

Repository Stars
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
borisdj/EFCore.BulkExtensions
Entity Framework EF Core efcore Bulk Batch Extensions with BulkCopy in .Net for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, MySQL, SQLite, Oracle
space-wizards/space-station-14
A multiplayer game about paranoia and chaos on a space station. Remake of the cult-classic Space Station 13.
BrighterCommand/Brighter
A framework for building messaging apps with .NET and C#.
slskd/slskd
A modern client-server application for the Soulseek file sharing network.
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
rogerfar/rdt-client
Real-Debrid Client Proxy
optimajet/WorkflowEngine.NET
WorkflowEngine.NET - component that adds workflow in your application. It can be fully integrated into your application, or be in the form of a specific service (such as a web service).
VahidN/EFCoreSecondLevelCacheInterceptor
EF Core Second Level Cache Interceptor
VictorTzeng/Zxw.Framework.NetCore
基于EF Core的Code First模式的DotNetCore快速开发框架,其中包括DBContext、IOC组件autofac和AspectCore.Injector、代码生成器(也支持DB First)、基于AspectCore的memcache和Redis缓存组件,以及基于ICanPay的支付库和一些日常用的方法和扩展,比如批量插入、更新、删除以及触发器支持,当然还有demo。欢迎提交各种建议、意见和pr~
TabBlazor/TabBlazor
Blazor admin template based on Tabler UI
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
threenine/Threenine.Data
A Microsoft Entity Framework Core plugin providing Unit of work and repository pattern abstraction layer with common functionality
zkweb-framework/ZKWeb
A flexible web framework supports .Net Framework and .Net Core
Geodan/pg2b3dm
Tool for creating 3D Tiles from PostGIS geometries
b4rtik/RedPeanut
RedPeanut is a small RAT developed in .Net Core 2 and its agent in .Net 3.5 / 4.0.
LANCommander/LANCommander
Idered/snatch
📋 Beautiful clipboard manager for Windows
VahidN/DNTIdentity
A highly customized sample of the ASP.NET Core Identity
sabihoshi/GenshinLyreMidiPlayer
Genshin Impact Windsong Lyre, Floral Zither, & Vintage Lyre MIDI auto player in Modern Mica UI. Supports MIDI instruments & Playlist controls.
Version Downloads Last Updated
10.0.0-rc.1.25451.107 595 9/9/2025
10.0.0-preview.7.25380.108 13,742 8/12/2025
10.0.0-preview.6.25358.103 2,561 7/15/2025
10.0.0-preview.5.25277.114 8,884 6/6/2025
10.0.0-preview.4.25258.110 2,464 5/12/2025
10.0.0-preview.3.25171.6 3,890 4/10/2025
10.0.0-preview.2.25163.8 1,470 3/18/2025
10.0.0-preview.1.25081.1 2,380 2/25/2025
9.0.9 28,442 9/9/2025
9.0.8 531,780 8/5/2025
9.0.7 497,285 7/8/2025
9.0.6 647,285 6/10/2025
9.0.5 779,862 5/13/2025
9.0.4 999,979 4/8/2025
9.0.3 848,398 3/11/2025
9.0.2 1,514,815 2/11/2025
9.0.1 1,440,037 1/14/2025
9.0.0 2,404,247 11/12/2024
9.0.0-rc.2.24474.1 39,556 10/8/2024
9.0.0-rc.1.24451.1 39,607 9/10/2024
9.0.0-preview.7.24405.3 9,619 8/13/2024
9.0.0-preview.6.24327.4 8,315 7/9/2024
9.0.0-preview.5.24306.3 7,233 6/11/2024
9.0.0-preview.4.24267.1 6,372 5/21/2024
9.0.0-preview.3.24172.4 14,758 4/11/2024
9.0.0-preview.2.24128.4 8,362 3/12/2024
9.0.0-preview.1.24081.2 25,969 2/13/2024
8.0.20 7,001 9/9/2025
8.0.19 133,287 8/5/2025
8.0.18 109,340 7/8/2025
8.0.17 292,321 6/10/2025
8.0.16 262,460 5/13/2025
8.0.15 382,309 4/8/2025
8.0.14 415,924 3/11/2025
8.0.13 989,704 2/11/2025
8.0.12 531,324 1/14/2025
8.0.11 3,223,586 11/12/2024
8.0.10 3,016,177 10/8/2024
8.0.8 5,489,011 8/13/2024
8.0.7 3,019,057 7/9/2024
8.0.6 2,398,965 5/28/2024
8.0.5 2,409,638 5/14/2024
8.0.4 2,874,821 4/9/2024
8.0.3 1,462,412 3/12/2024
8.0.2 2,977,186 2/13/2024
8.0.1 1,965,392 1/9/2024
8.0.0 5,988,237 11/14/2023
8.0.0-rc.2.23480.1 51,276 10/10/2023
8.0.0-rc.1.23419.6 77,938 9/12/2023
8.0.0-preview.7.23375.4 16,761 8/8/2023
8.0.0-preview.6.23329.4 23,093 7/11/2023
8.0.0-preview.5.23280.1 34,358 6/13/2023
8.0.0-preview.4.23259.3 18,690 5/16/2023
8.0.0-preview.3.23174.2 17,509 4/11/2023
8.0.0-preview.2.23128.3 12,233 3/14/2023
8.0.0-preview.1.23111.4 11,802 2/21/2023
7.0.20 458,769 5/28/2024
7.0.19 62,552 5/14/2024
7.0.18 220,621 4/9/2024
7.0.17 138,525 3/12/2024
7.0.16 240,971 2/13/2024
7.0.15 541,997 1/9/2024
7.0.14 761,663 11/14/2023
7.0.13 658,111 10/24/2023
7.0.12 521,363 10/10/2023
7.0.11 2,272,207 9/12/2023
7.0.10 2,634,581 8/8/2023
7.0.9 1,051,200 7/11/2023
7.0.8 796,324 6/22/2023
7.0.7 552,435 6/13/2023
7.0.5 3,869,545 4/11/2023
7.0.4 1,643,998 3/14/2023
7.0.3 1,150,901 2/14/2023
7.0.2 2,272,874 1/10/2023
7.0.1 1,330,463 12/13/2022
7.0.0 1,754,859 11/7/2022
7.0.0-rc.2.22472.11 23,885 10/11/2022
7.0.0-rc.1.22426.7 27,488 9/14/2022
7.0.0-preview.7.22376.2 12,067 8/9/2022
7.0.0-preview.6.22329.4 20,532 7/12/2022
7.0.0-preview.5.22302.2 6,529 6/14/2022
7.0.0-preview.4.22229.2 12,425 5/10/2022
7.0.0-preview.3.22175.1 5,104 4/13/2022
7.0.0-preview.2.22153.1 6,330 3/14/2022
7.0.0-preview.1.22076.6 8,469 2/17/2022
6.0.36 292,191 11/12/2024
6.0.35 161,935 10/8/2024
6.0.33 950,081 8/13/2024
6.0.32 113,721 7/9/2024
6.0.31 116,404 5/28/2024
6.0.30 39,617 5/14/2024
6.0.29 269,214 4/9/2024
6.0.28 162,979 3/12/2024
6.0.27 179,533 2/13/2024
6.0.26 271,121 1/9/2024
6.0.25 453,787 11/14/2023
6.0.24 503,193 10/24/2023
6.0.23 195,576 10/10/2023
6.0.22 230,283 9/12/2023
6.0.21 620,778 8/8/2023
6.0.20 220,451 7/11/2023
6.0.19 1,328,596 6/22/2023
6.0.18 116,876 6/13/2023
6.0.16 984,480 4/11/2023
6.0.15 484,903 3/14/2023
6.0.14 464,389 2/14/2023
6.0.13 1,259,623 1/10/2023
6.0.12 582,576 12/13/2022
6.0.11 2,128,788 11/7/2022
6.0.10 1,761,328 10/11/2022
6.0.9 1,597,582 9/13/2022
6.0.8 1,691,221 8/9/2022
6.0.7 14,529,036 7/12/2022
6.0.6 2,241,636 6/14/2022
6.0.5 3,370,610 5/10/2022
6.0.4 1,790,931 4/11/2022
6.0.3 1,354,257 3/8/2022
6.0.2 3,962,834 2/8/2022
6.0.1 2,726,104 12/14/2021
6.0.0 12,734,279 11/8/2021
6.0.0-rc.2.21480.5 22,696 10/12/2021
6.0.0-rc.1.21452.10 26,812 9/14/2021
6.0.0-preview.7.21378.4 11,567 8/10/2021
6.0.0-preview.6.21352.1 5,041 7/14/2021
6.0.0-preview.5.21301.9 8,552 6/15/2021
6.0.0-preview.4.21253.1 10,313 5/24/2021
6.0.0-preview.3.21201.2 10,239 4/8/2021
6.0.0-preview.2.21154.2 6,147 3/11/2021
6.0.0-preview.1.21102.2 11,269 2/12/2021
5.0.17 820,236 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 104,538 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 239,611 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 363,912 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 478,222 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 437,206 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 841,628 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 825,723 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 1,092,209 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 1,499,760 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 1,051,097 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 748,705 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 4,423,959 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 940,240 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 894,569 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,057,172 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 4,664,007 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 1,665,003 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 67,642 10/13/2020
5.0.0-rc.1.20451.13 38,804 9/14/2020
5.0.0-preview.8.20407.4 21,378 8/25/2020
5.0.0-preview.7.20365.15 9,621 7/21/2020
5.0.0-preview.6.20312.4 10,489 6/25/2020
5.0.0-preview.5.20278.2 3,017 6/10/2020
5.0.0-preview.4.20220.10 4,794 5/18/2020
5.0.0-preview.3.20181.2 4,875 4/23/2020
5.0.0-preview.2.20159.4 5,517 4/2/2020
5.0.0-preview.2.20120.8 4,520 3/16/2020
3.1.32 839,928 12/13/2022
3.1.31 51,222 11/8/2022
3.1.30 93,687 10/11/2022
3.1.29 40,660 9/13/2022
3.1.28 58,125 8/9/2022
3.1.27 81,117 7/12/2022
3.1.26 62,605 6/14/2022
3.1.25 165,290 5/10/2022
3.1.24 80,062 4/11/2022
3.1.23 199,060 3/8/2022
3.1.22 322,464 12/14/2021
3.1.21 202,656 11/7/2021
3.1.20 283,695 10/11/2021
3.1.19 269,183 9/14/2021
3.1.18 280,891 8/10/2021
3.1.17 236,295 7/13/2021
3.1.16 241,163 6/8/2021
3.1.15 470,260 5/11/2021
3.1.14 205,143 4/6/2021
3.1.13 2,487,105 3/9/2021
3.1.12 466,032 2/9/2021
3.1.11 597,420 1/12/2021
3.1.10 1,154,081 11/9/2020
3.1.9 1,271,321 10/13/2020
3.1.8 4,176,982 9/8/2020
3.1.7 1,232,377 8/11/2020
3.1.6 1,081,986 7/14/2020
3.1.5 1,667,332 6/9/2020
3.1.4 2,620,942 5/12/2020
3.1.3 7,858,113 3/24/2020
3.1.2 1,225,237 2/19/2020
3.1.1 1,412,591 1/14/2020
3.1.0 2,956,038 12/3/2019
3.1.0-preview3.19554.8 8,866 11/13/2019
3.1.0-preview2.19525.5 5,247 11/1/2019
3.1.0-preview1.19506.2 4,975 10/15/2019
3.0.3 14,566 2/19/2020
3.0.2 7,702 1/14/2020
3.0.1 212,973 11/18/2019
3.0.0 4,040,391 9/23/2019
3.0.0-rc1.19456.14 4,585 9/16/2019
3.0.0-preview9.19423.6 7,043 9/4/2019
3.0.0-preview8.19405.11 13,457 8/13/2019
3.0.0-preview7.19362.6 14,422 7/23/2019
3.0.0-preview6.19304.10 21,834 6/12/2019
3.0.0-preview5.19227.1 10,780 5/6/2019
3.0.0-preview4.19216.3 5,374 4/18/2019
3.0.0-preview3.19153.1 67,130 3/6/2019
3.0.0-preview.19074.3 11,842 1/29/2019
3.0.0-preview.18572.1 3,735 12/3/2018
2.3.0 3,895 1/14/2025
2.2.6 6,749,940 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 2,356,313 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 717,009 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 822,028 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 1,028,915 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 2,597,834 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 13,699 10/17/2018
2.2.0-preview2-35157 14,149 9/12/2018
2.2.0-preview1-35029 5,172 8/22/2018
2.1.14 868,340 11/18/2019
2.1.11 569,635 5/14/2019
2.1.8 1,084,306 2/12/2019
2.1.4 3,143,051 10/1/2018
2.1.3 1,346,186 9/11/2018
2.1.2 1,503,731 8/21/2018
2.1.1 1,960,420 6/18/2018
2.1.0 2,107,491 5/29/2018
2.1.0-rc1-final 21,972 5/6/2018
2.1.0-preview2-final 32,124 4/10/2018
2.1.0-preview1-final 11,707 2/26/2018
2.0.3 3,943,093 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 4,285,918 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 5,462,538 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,837,365 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 55,222 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 16,020,977 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.