Microsoft.EntityFrameworkCore.Sqlite.Core 8.0.15

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.15
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.Sqlite.Core -Version 8.0.15
                    
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.15" />
                    
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.15" />
                    
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.15
                    
#r "nuget: Microsoft.EntityFrameworkCore.Sqlite.Core, 8.0.15"
                    
#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.
#addin nuget:?package=Microsoft.EntityFrameworkCore.Sqlite.Core&version=8.0.15
                    
Install Microsoft.EntityFrameworkCore.Sqlite.Core as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.Sqlite.Core&version=8.0.15
                    
Install Microsoft.EntityFrameworkCore.Sqlite.Core 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (88)

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 (35)

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~
masastack/MASA.Framework
.NET next-generation microservice development framework, which provides cloud native best practices based on Dapr.
threenine/Threenine.Data
A Microsoft Entity Framework Core plugin providing Unit of work and repository pattern abstraction layer with common functionality
TabBlazor/TabBlazor
Blazor admin template based on Tabler UI
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
zkweb-framework/ZKWeb
A flexible web framework supports .Net Framework and .Net Core
b4rtik/RedPeanut
RedPeanut is a small RAT developed in .Net Core 2 and its agent in .Net 3.5 / 4.0.
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.
papyrus-mc/papyruscs
PapyrusCS renders maps of Minecraft: Bedrock Edition worlds using C#, LevelDB and leaflet.
Version Downloads Last updated
10.0.0-preview.3.25171.6 1,008 4/10/2025
10.0.0-preview.2.25163.8 1,361 3/18/2025
10.0.0-preview.1.25081.1 2,079 2/25/2025
9.0.4 153,887 4/8/2025
9.0.3 427,826 3/11/2025
9.0.2 674,667 2/11/2025
9.0.1 719,657 1/14/2025
9.0.0 1,577,043 11/12/2024
9.0.0-rc.2.24474.1 33,805 10/8/2024
9.0.0-rc.1.24451.1 37,088 9/10/2024
9.0.0-preview.7.24405.3 8,758 8/13/2024
9.0.0-preview.6.24327.4 7,543 7/9/2024
9.0.0-preview.5.24306.3 5,169 6/11/2024
9.0.0-preview.4.24267.1 5,568 5/21/2024
9.0.0-preview.3.24172.4 13,151 4/11/2024
9.0.0-preview.2.24128.4 7,572 3/12/2024
9.0.0-preview.1.24081.2 16,322 2/13/2024
8.0.15 48,979 4/8/2025
8.0.14 169,412 3/11/2025
8.0.13 346,097 2/11/2025
8.0.12 317,478 1/14/2025
8.0.11 1,880,043 11/12/2024
8.0.10 2,230,748 10/8/2024
8.0.8 3,937,940 8/13/2024
8.0.7 2,388,734 7/9/2024
8.0.6 2,066,707 5/28/2024
8.0.5 1,940,006 5/14/2024
8.0.4 2,369,126 4/9/2024
8.0.3 1,287,266 3/12/2024
8.0.2 2,536,986 2/13/2024
8.0.1 1,790,776 1/9/2024
8.0.0 4,896,932 11/14/2023
8.0.0-rc.2.23480.1 50,238 10/10/2023
8.0.0-rc.1.23419.6 59,196 9/12/2023
8.0.0-preview.7.23375.4 16,458 8/8/2023
8.0.0-preview.6.23329.4 22,628 7/11/2023
8.0.0-preview.5.23280.1 32,645 6/13/2023
8.0.0-preview.4.23259.3 17,031 5/16/2023
8.0.0-preview.3.23174.2 17,078 4/11/2023
8.0.0-preview.2.23128.3 11,944 3/14/2023
8.0.0-preview.1.23111.4 11,688 2/21/2023
7.0.20 355,215 5/28/2024
7.0.19 56,430 5/14/2024
7.0.18 189,038 4/9/2024
7.0.17 123,000 3/12/2024
7.0.16 229,769 2/13/2024
7.0.15 508,088 1/9/2024
7.0.14 729,438 11/14/2023
7.0.13 630,566 10/24/2023
7.0.12 500,016 10/10/2023
7.0.11 1,811,465 9/12/2023
7.0.10 2,411,125 8/8/2023
7.0.9 999,948 7/11/2023
7.0.8 764,092 6/22/2023
7.0.7 536,381 6/13/2023
7.0.5 3,561,429 4/11/2023
7.0.4 1,592,261 3/14/2023
7.0.3 1,113,439 2/14/2023
7.0.2 2,153,115 1/10/2023
7.0.1 1,256,972 12/13/2022
7.0.0 1,665,138 11/7/2022
7.0.0-rc.2.22472.11 23,313 10/11/2022
7.0.0-rc.1.22426.7 26,559 9/14/2022
7.0.0-preview.7.22376.2 11,933 8/9/2022
7.0.0-preview.6.22329.4 20,168 7/12/2022
7.0.0-preview.5.22302.2 6,427 6/14/2022
7.0.0-preview.4.22229.2 12,288 5/10/2022
7.0.0-preview.3.22175.1 4,975 4/13/2022
7.0.0-preview.2.22153.1 6,178 3/14/2022
7.0.0-preview.1.22076.6 8,352 2/17/2022
6.0.36 113,833 11/12/2024
6.0.35 120,330 10/8/2024
6.0.33 613,323 8/13/2024
6.0.32 97,302 7/9/2024
6.0.31 103,612 5/28/2024
6.0.30 36,187 5/14/2024
6.0.29 221,767 4/9/2024
6.0.28 154,592 3/12/2024
6.0.27 167,910 2/13/2024
6.0.26 257,409 1/9/2024
6.0.25 435,399 11/14/2023
6.0.24 454,571 10/24/2023
6.0.23 188,076 10/10/2023
6.0.22 223,584 9/12/2023
6.0.21 592,381 8/8/2023
6.0.20 212,651 7/11/2023
6.0.19 1,200,597 6/22/2023
6.0.18 112,153 6/13/2023
6.0.16 926,589 4/11/2023
6.0.15 464,220 3/14/2023
6.0.14 447,382 2/14/2023
6.0.13 1,204,657 1/10/2023
6.0.12 559,907 12/13/2022
6.0.11 2,018,468 11/7/2022
6.0.10 1,720,903 10/11/2022
6.0.9 1,544,727 9/13/2022
6.0.8 1,652,138 8/9/2022
6.0.7 13,864,634 7/12/2022
6.0.6 2,109,740 6/14/2022
6.0.5 3,285,966 5/10/2022
6.0.4 1,741,901 4/11/2022
6.0.3 1,326,333 3/8/2022
6.0.2 3,827,322 2/8/2022
6.0.1 2,658,957 12/14/2021
6.0.0 12,192,078 11/8/2021
6.0.0-rc.2.21480.5 22,510 10/12/2021
6.0.0-rc.1.21452.10 25,991 9/14/2021
6.0.0-preview.7.21378.4 9,845 8/10/2021
6.0.0-preview.6.21352.1 4,914 7/14/2021
6.0.0-preview.5.21301.9 8,137 6/15/2021
6.0.0-preview.4.21253.1 8,966 5/24/2021
6.0.0-preview.3.21201.2 9,234 4/8/2021
6.0.0-preview.2.21154.2 5,055 3/11/2021
6.0.0-preview.1.21102.2 10,491 2/12/2021
5.0.17 787,373 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 102,488 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 233,492 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 359,069 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 468,799 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 432,961 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 818,189 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 799,895 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 1,070,024 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 1,401,975 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 1,024,389 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 729,635 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 4,282,299 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 913,239 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 878,891 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,040,684 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 4,525,685 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 1,537,373 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 66,748 10/13/2020
5.0.0-rc.1.20451.13 38,030 9/14/2020
5.0.0-preview.8.20407.4 21,226 8/25/2020
5.0.0-preview.7.20365.15 9,488 7/21/2020
5.0.0-preview.6.20312.4 10,310 6/25/2020
5.0.0-preview.5.20278.2 2,895 6/10/2020
5.0.0-preview.4.20220.10 4,515 5/18/2020
5.0.0-preview.3.20181.2 4,727 4/23/2020
5.0.0-preview.2.20159.4 5,357 4/2/2020
5.0.0-preview.2.20120.8 4,396 3/16/2020
3.1.32 608,800 12/13/2022
3.1.31 48,224 11/8/2022
3.1.30 87,169 10/11/2022
3.1.29 39,325 9/13/2022
3.1.28 56,255 8/9/2022
3.1.27 77,876 7/12/2022
3.1.26 61,660 6/14/2022
3.1.25 150,589 5/10/2022
3.1.24 77,349 4/11/2022
3.1.23 194,491 3/8/2022
3.1.22 315,429 12/14/2021
3.1.21 200,065 11/7/2021
3.1.20 271,521 10/11/2021
3.1.19 261,715 9/14/2021
3.1.18 276,315 8/10/2021
3.1.17 231,447 7/13/2021
3.1.16 234,647 6/8/2021
3.1.15 461,943 5/11/2021
3.1.14 196,442 4/6/2021
3.1.13 2,353,425 3/9/2021
3.1.12 461,569 2/9/2021
3.1.11 580,298 1/12/2021
3.1.10 1,128,518 11/9/2020
3.1.9 1,262,088 10/13/2020
3.1.8 4,117,208 9/8/2020
3.1.7 1,188,152 8/11/2020
3.1.6 1,067,904 7/14/2020
3.1.5 1,653,936 6/9/2020
3.1.4 2,561,824 5/12/2020
3.1.3 7,643,778 3/24/2020
3.1.2 1,214,728 2/19/2020
3.1.1 1,391,828 1/14/2020
3.1.0 2,925,139 12/3/2019
3.1.0-preview3.19554.8 8,747 11/13/2019
3.1.0-preview2.19525.5 5,125 11/1/2019
3.1.0-preview1.19506.2 4,824 10/15/2019
3.0.3 14,218 2/19/2020
3.0.2 7,389 1/14/2020
3.0.1 212,284 11/18/2019
3.0.0 3,955,183 9/23/2019
3.0.0-rc1.19456.14 4,465 9/16/2019
3.0.0-preview9.19423.6 6,921 9/4/2019
3.0.0-preview8.19405.11 13,334 8/13/2019
3.0.0-preview7.19362.6 14,288 7/23/2019
3.0.0-preview6.19304.10 21,710 6/12/2019
3.0.0-preview5.19227.1 10,655 5/6/2019
3.0.0-preview4.19216.3 5,242 4/18/2019
3.0.0-preview3.19153.1 66,791 3/6/2019
3.0.0-preview.19074.3 11,616 1/29/2019
3.0.0-preview.18572.1 3,610 12/3/2018
2.3.0 1,245 1/14/2025
2.2.6 6,638,088 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 2,342,761 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 712,622 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 816,444 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 1,024,279 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 2,519,138 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 13,537 10/17/2018
2.2.0-preview2-35157 13,940 9/12/2018
2.2.0-preview1-35029 4,976 8/22/2018
2.1.14 849,362 11/18/2019
2.1.11 563,829 5/14/2019
2.1.8 1,000,646 2/12/2019
2.1.4 3,123,480 10/1/2018
2.1.3 1,337,047 9/11/2018
2.1.2 1,491,558 8/21/2018
2.1.1 1,913,237 6/18/2018
2.1.0 2,087,534 5/29/2018
2.1.0-rc1-final 21,658 5/6/2018
2.1.0-preview2-final 31,693 4/10/2018
2.1.0-preview1-final 11,361 2/26/2018
2.0.3 3,874,890 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 4,207,750 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 5,373,872 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,751,607 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 54,568 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 15,258,505 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.