Microsoft.EntityFrameworkCore.Sqlite.Core 9.0.0-rc.2.24474.1

Prefix Reserved
This is a prerelease version of Microsoft.EntityFrameworkCore.Sqlite.Core.

Requires NuGet 3.6 or higher.

dotnet add package Microsoft.EntityFrameworkCore.Sqlite.Core --version 9.0.0-rc.2.24474.1                
NuGet\Install-Package Microsoft.EntityFrameworkCore.Sqlite.Core -Version 9.0.0-rc.2.24474.1                
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="9.0.0-rc.2.24474.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.EntityFrameworkCore.Sqlite.Core --version 9.0.0-rc.2.24474.1                
#r "nuget: Microsoft.EntityFrameworkCore.Sqlite.Core, 9.0.0-rc.2.24474.1"                
#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.
// Install Microsoft.EntityFrameworkCore.Sqlite.Core as a Cake Addin
#addin nuget:?package=Microsoft.EntityFrameworkCore.Sqlite.Core&version=9.0.0-rc.2.24474.1&prerelease

// Install Microsoft.EntityFrameworkCore.Sqlite.Core as a Cake Tool
#tool nuget:?package=Microsoft.EntityFrameworkCore.Sqlite.Core&version=9.0.0-rc.2.24474.1&prerelease                

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

NuGet packages (80)

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

Microsoft.EntityFrameworkCore.Sqlite.NetTopologySuite

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

EFCore.BulkExtensions.Sqlite

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

GitHub repositories (31)

Showing the top 5 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
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#.
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
Version Downloads Last updated
9.0.0-rc.2.24474.1 16,894 10/8/2024
9.0.0-rc.1.24451.1 20,293 9/10/2024
9.0.0-preview.7.24405.3 7,400 8/13/2024
9.0.0-preview.6.24327.4 6,132 7/9/2024
9.0.0-preview.5.24306.3 4,363 6/11/2024
9.0.0-preview.4.24267.1 3,784 5/21/2024
9.0.0-preview.3.24172.4 9,933 4/11/2024
9.0.0-preview.2.24128.4 5,739 3/12/2024
9.0.0-preview.1.24081.2 3,928 2/13/2024
8.0.10 494,735 10/8/2024
8.0.8 1,621,471 8/13/2024
8.0.7 1,355,216 7/9/2024
8.0.6 1,358,437 5/28/2024
8.0.5 1,257,800 5/14/2024
8.0.4 1,587,031 4/9/2024
8.0.3 971,615 3/12/2024
8.0.2 1,872,601 2/13/2024
8.0.1 1,467,423 1/9/2024
8.0.0 3,348,403 11/14/2023
8.0.0-rc.2.23480.1 47,721 10/10/2023
8.0.0-rc.1.23419.6 46,748 9/12/2023
8.0.0-preview.7.23375.4 15,928 8/8/2023
8.0.0-preview.6.23329.4 21,314 7/11/2023
8.0.0-preview.5.23280.1 29,586 6/13/2023
8.0.0-preview.4.23259.3 14,789 5/16/2023
8.0.0-preview.3.23174.2 16,549 4/11/2023
8.0.0-preview.2.23128.3 11,179 3/14/2023
8.0.0-preview.1.23111.4 11,282 2/21/2023
7.0.20 213,098 5/28/2024
7.0.19 45,151 5/14/2024
7.0.18 146,902 4/9/2024
7.0.17 100,306 3/12/2024
7.0.16 204,146 2/13/2024
7.0.15 427,934 1/9/2024
7.0.14 638,361 11/14/2023
7.0.13 583,025 10/24/2023
7.0.12 447,670 10/10/2023
7.0.11 1,338,677 9/12/2023
7.0.10 2,107,939 8/8/2023
7.0.9 942,877 7/11/2023
7.0.8 711,386 6/22/2023
7.0.7 496,196 6/13/2023
7.0.5 3,140,587 4/11/2023
7.0.4 1,511,489 3/14/2023
7.0.3 1,059,230 2/14/2023
7.0.2 2,013,672 1/10/2023
7.0.1 1,164,771 12/13/2022
7.0.0 1,529,631 11/7/2022
7.0.0-rc.2.22472.11 22,402 10/11/2022
7.0.0-rc.1.22426.7 25,059 9/14/2022
7.0.0-preview.7.22376.2 11,819 8/9/2022
7.0.0-preview.6.22329.4 18,622 7/12/2022
7.0.0-preview.5.22302.2 6,334 6/14/2022
7.0.0-preview.4.22229.2 12,132 5/10/2022
7.0.0-preview.3.22175.1 4,866 4/13/2022
7.0.0-preview.2.22153.1 5,911 3/14/2022
7.0.0-preview.1.22076.6 8,253 2/17/2022
6.0.35 23,538 10/8/2024
6.0.33 174,267 8/13/2024
6.0.32 61,342 7/9/2024
6.0.31 80,967 5/28/2024
6.0.30 30,708 5/14/2024
6.0.29 144,657 4/9/2024
6.0.28 131,533 3/12/2024
6.0.27 148,633 2/13/2024
6.0.26 225,647 1/9/2024
6.0.25 356,537 11/14/2023
6.0.24 308,550 10/24/2023
6.0.23 173,459 10/10/2023
6.0.22 195,568 9/12/2023
6.0.21 534,552 8/8/2023
6.0.20 198,854 7/11/2023
6.0.19 957,234 6/22/2023
6.0.18 103,203 6/13/2023
6.0.16 833,910 4/11/2023
6.0.15 434,258 3/14/2023
6.0.14 412,996 2/14/2023
6.0.13 1,123,560 1/10/2023
6.0.12 501,660 12/13/2022
6.0.11 1,818,353 11/7/2022
6.0.10 1,636,505 10/11/2022
6.0.9 1,456,487 9/13/2022
6.0.8 1,575,659 8/9/2022
6.0.7 12,703,657 7/12/2022
6.0.6 1,997,226 6/14/2022
6.0.5 3,139,791 5/10/2022
6.0.4 1,670,431 4/11/2022
6.0.3 1,271,626 3/8/2022
6.0.2 3,641,638 2/8/2022
6.0.1 2,552,024 12/14/2021
6.0.0 11,412,293 11/8/2021
6.0.0-rc.2.21480.5 22,241 10/12/2021
6.0.0-rc.1.21452.10 19,315 9/14/2021
6.0.0-preview.7.21378.4 9,592 8/10/2021
6.0.0-preview.6.21352.1 4,815 7/14/2021
6.0.0-preview.5.21301.9 7,865 6/15/2021
6.0.0-preview.4.21253.1 8,786 5/24/2021
6.0.0-preview.3.21201.2 9,113 4/8/2021
6.0.0-preview.2.21154.2 4,943 3/11/2021
6.0.0-preview.1.21102.2 9,663 2/12/2021
5.0.17 734,656 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 99,491 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 223,789 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 353,381 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 453,088 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 425,976 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 797,939 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 777,661 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 1,047,621 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 1,261,258 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 993,337 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 716,375 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 4,106,954 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 890,234 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 866,423 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,024,534 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 4,385,853 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 1,416,829 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 65,363 10/13/2020
5.0.0-rc.1.20451.13 37,305 9/14/2020
5.0.0-preview.8.20407.4 21,028 8/25/2020
5.0.0-preview.7.20365.15 9,352 7/21/2020
5.0.0-preview.6.20312.4 9,968 6/25/2020
5.0.0-preview.5.20278.2 2,785 6/10/2020
5.0.0-preview.4.20220.10 4,423 5/18/2020
5.0.0-preview.3.20181.2 4,580 4/23/2020
5.0.0-preview.2.20159.4 5,194 4/2/2020
5.0.0-preview.2.20120.8 4,297 3/16/2020
3.1.32 422,317 12/13/2022
3.1.31 43,839 11/8/2022
3.1.30 77,489 10/11/2022
3.1.29 37,119 9/13/2022
3.1.28 53,531 8/9/2022
3.1.27 74,471 7/12/2022
3.1.26 58,240 6/14/2022
3.1.25 132,237 5/10/2022
3.1.24 72,904 4/11/2022
3.1.23 185,697 3/8/2022
3.1.22 302,446 12/14/2021
3.1.21 194,242 11/7/2021
3.1.20 242,152 10/11/2021
3.1.19 246,754 9/14/2021
3.1.18 270,353 8/10/2021
3.1.17 225,226 7/13/2021
3.1.16 225,291 6/8/2021
3.1.15 453,523 5/11/2021
3.1.14 185,918 4/6/2021
3.1.13 2,208,044 3/9/2021
3.1.12 454,093 2/9/2021
3.1.11 555,346 1/12/2021
3.1.10 1,110,827 11/9/2020
3.1.9 1,246,486 10/13/2020
3.1.8 4,040,171 9/8/2020
3.1.7 1,101,662 8/11/2020
3.1.6 1,043,893 7/14/2020
3.1.5 1,629,624 6/9/2020
3.1.4 2,473,840 5/12/2020
3.1.3 7,379,409 3/24/2020
3.1.2 1,194,508 2/19/2020
3.1.1 1,370,673 1/14/2020
3.1.0 2,857,035 12/3/2019
3.1.0-preview3.19554.8 8,654 11/13/2019
3.1.0-preview2.19525.5 5,014 11/1/2019
3.1.0-preview1.19506.2 4,703 10/15/2019
3.0.3 14,024 2/19/2020
3.0.2 7,206 1/14/2020
3.0.1 211,400 11/18/2019
3.0.0 3,829,930 9/23/2019
3.0.0-rc1.19456.14 4,374 9/16/2019
3.0.0-preview9.19423.6 6,809 9/4/2019
3.0.0-preview8.19405.11 13,235 8/13/2019
3.0.0-preview7.19362.6 14,164 7/23/2019
3.0.0-preview6.19304.10 21,597 6/12/2019
3.0.0-preview5.19227.1 10,562 5/6/2019
3.0.0-preview4.19216.3 5,096 4/18/2019
3.0.0-preview3.19153.1 66,263 3/6/2019
3.0.0-preview.19074.3 11,386 1/29/2019
3.0.0-preview.18572.1 3,502 12/3/2018
2.2.6 6,490,271 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 2,318,386 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 704,921 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 808,868 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 1,016,804 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 2,402,248 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 13,403 10/17/2018
2.2.0-preview2-35157 13,767 9/12/2018
2.2.0-preview1-35029 4,821 8/22/2018
2.1.14 820,206 11/18/2019
2.1.11 550,946 5/14/2019
2.1.8 876,267 2/12/2019
2.1.4 3,095,329 10/1/2018
2.1.3 1,324,127 9/11/2018
2.1.2 1,479,431 8/21/2018
2.1.1 1,852,763 6/18/2018
2.1.0 2,051,204 5/29/2018
2.1.0-rc1-final 21,358 5/6/2018
2.1.0-preview2-final 31,157 4/10/2018
2.1.0-preview1-final 10,874 2/26/2018
2.0.3 3,779,436 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 4,103,712 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 5,252,073 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,641,737 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 53,735 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 14,178,370 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.