Microsoft.EntityFrameworkCore.Sqlite 9.0.0-preview.3.24172.4

Prefix Reserved
This is a prerelease version of Microsoft.EntityFrameworkCore.Sqlite.
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 --version 9.0.0-preview.3.24172.4
                    
NuGet\Install-Package Microsoft.EntityFrameworkCore.Sqlite -Version 9.0.0-preview.3.24172.4
                    
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" Version="9.0.0-preview.3.24172.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.0-preview.3.24172.4" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" />
                    
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 --version 9.0.0-preview.3.24172.4
                    
#r "nuget: Microsoft.EntityFrameworkCore.Sqlite, 9.0.0-preview.3.24172.4"
                    
#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@9.0.0-preview.3.24172.4
                    
#: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&version=9.0.0-preview.3.24172.4&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.EntityFrameworkCore.Sqlite&version=9.0.0-preview.3.24172.4&prerelease
                    
Install as a Cake Tool

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=databse.dat");
}

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 (1.1K)

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

Package Downloads
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.

Volo.Abp.EntityFrameworkCore.Sqlite

Package Description

Umbraco.Cms.Persistence.EFCore

Adds support for Entity Framework Core to Umbraco CMS.

Umbraco.Cms.Persistence.EFCore.Sqlite

Adds support for Entity Framework Core SQLite migrations to Umbraco CMS.

EfCore.TestSupport

Useful tools when unit testing applications that use Entity Framework Core. See readme file on github.

GitHub repositories (480)

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

Repository Stars
jellyfin/jellyfin
The Free Software Media System - Server Backend & API
dotnet/aspnetcore
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
ardalis/CleanArchitecture
Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 10
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
aspnetboilerplate/aspnetboilerplate
ASP.NET Boilerplate - Web Application Framework
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 10, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
bchavez/Bogus
:card_index: A simple fake data generator for C#, F#, and VB.NET. Based on and ported from the famed faker.js.
Kareadita/Kavita
Kavita is a fast, feature rich, cross platform reading server. Built with the goal of being a full solution for all your reading needs. Setup your own server and share your reading collection with your friends and family.
RayWangQvQ/BiliBiliToolPro
B 站(bilibili)自动任务工具,支持docker、青龙、k8s等多种部署方式。敏感肌也能用。
EduardoPires/EquinoxProject
Web Application ASP.NET 9 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
graphql-dotnet/graphql-dotnet
GraphQL for .NET
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
ChilliCream/graphql-platform
Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.
aspnet/Mvc
[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
umbraco/Umbraco-CMS
Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
openiddict/openiddict-core
Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
Version Downloads Last Updated
10.0.0 379,702 11/11/2025
10.0.0-rc.2.25502.107 29,426 10/14/2025
10.0.0-rc.1.25451.107 29,499 9/9/2025
10.0.0-preview.7.25380.108 8,200 8/12/2025
10.0.0-preview.6.25358.103 3,747 7/15/2025
10.0.0-preview.5.25277.114 11,005 6/6/2025
10.0.0-preview.4.25258.110 4,687 5/12/2025
10.0.0-preview.3.25171.6 5,816 4/10/2025
10.0.0-preview.2.25163.8 3,205 3/18/2025
10.0.0-preview.1.25081.1 4,279 2/25/2025
9.0.11 211,040 11/11/2025
9.0.10 743,631 10/14/2025
9.0.9 1,216,788 9/9/2025
9.0.8 991,883 8/5/2025
9.0.7 786,797 7/8/2025
9.0.6 923,163 6/10/2025
9.0.5 1,017,828 5/13/2025
9.0.4 1,341,414 4/8/2025
9.0.3 1,010,763 3/11/2025
9.0.2 1,179,196 2/11/2025
9.0.1 972,386 1/14/2025
9.0.0 2,660,722 11/12/2024
9.0.0-rc.2.24474.1 40,307 10/8/2024
9.0.0-rc.1.24451.1 39,017 9/10/2024
9.0.0-preview.7.24405.3 10,054 8/13/2024
9.0.0-preview.6.24327.4 7,664 7/9/2024
9.0.0-preview.5.24306.3 8,071 6/11/2024
9.0.0-preview.4.24267.1 7,142 5/21/2024
9.0.0-preview.3.24172.4 16,726 4/11/2024
9.0.0-preview.2.24128.4 9,097 3/12/2024
9.0.0-preview.1.24081.2 7,587 2/13/2024
8.0.22 102,209 11/11/2025
8.0.21 197,122 10/14/2025
8.0.20 217,390 9/9/2025
8.0.19 338,365 8/5/2025
8.0.18 244,528 7/8/2025
8.0.17 453,100 6/10/2025
8.0.16 400,094 5/13/2025
8.0.15 488,807 4/8/2025
8.0.14 561,341 3/11/2025
8.0.13 696,140 2/11/2025
8.0.12 677,338 1/14/2025
8.0.11 3,056,179 11/12/2024
8.0.10 3,461,332 10/8/2024
8.0.8 4,375,823 8/13/2024
8.0.7 2,430,966 7/9/2024
8.0.6 2,592,013 5/28/2024
8.0.5 916,639 5/14/2024
8.0.4 2,420,497 4/9/2024
8.0.3 1,563,401 3/12/2024
8.0.2 2,114,230 2/13/2024
8.0.1 2,065,527 1/9/2024
8.0.0 3,446,863 11/14/2023
8.0.0-rc.2.23480.1 44,682 10/10/2023
8.0.0-rc.1.23419.6 34,480 9/12/2023
8.0.0-preview.7.23375.4 17,057 8/8/2023
8.0.0-preview.6.23329.4 23,260 7/11/2023
8.0.0-preview.5.23280.1 39,181 6/13/2023
8.0.0-preview.4.23259.3 19,950 5/16/2023
8.0.0-preview.3.23174.2 17,583 4/11/2023
8.0.0-preview.2.23128.3 12,581 3/14/2023
8.0.0-preview.1.23111.4 12,014 2/21/2023
7.0.20 545,847 5/28/2024
7.0.19 79,795 5/14/2024
7.0.18 241,996 4/9/2024
7.0.17 158,870 3/12/2024
7.0.16 253,697 2/13/2024
7.0.15 401,198 1/9/2024
7.0.14 780,374 11/14/2023
7.0.13 664,951 10/24/2023
7.0.12 523,948 10/10/2023
7.0.11 2,536,594 9/12/2023
7.0.10 1,222,309 8/8/2023
7.0.9 867,254 7/11/2023
7.0.8 546,828 6/22/2023
7.0.7 568,569 6/13/2023
7.0.5 2,346,740 4/11/2023
7.0.4 1,310,186 3/14/2023
7.0.3 1,149,696 2/14/2023
7.0.2 1,434,258 1/10/2023
7.0.1 1,371,287 12/13/2022
7.0.0 1,812,281 11/7/2022
7.0.0-rc.2.22472.11 22,795 10/11/2022
7.0.0-rc.1.22426.7 27,046 9/14/2022
7.0.0-preview.7.22376.2 11,734 8/9/2022
7.0.0-preview.6.22329.4 21,208 7/12/2022
7.0.0-preview.5.22302.2 6,928 6/14/2022
7.0.0-preview.4.22229.2 12,887 5/10/2022
7.0.0-preview.3.22175.1 5,501 4/13/2022
7.0.0-preview.2.22153.1 6,791 3/14/2022
7.0.0-preview.1.22076.6 8,874 2/17/2022
6.0.36 404,593 11/12/2024
6.0.35 212,584 10/8/2024
6.0.33 229,782 8/13/2024
6.0.32 133,441 7/9/2024
6.0.31 134,250 5/28/2024
6.0.30 53,750 5/14/2024
6.0.29 309,570 4/9/2024
6.0.28 177,964 3/12/2024
6.0.27 201,942 2/13/2024
6.0.26 282,222 1/9/2024
6.0.25 475,026 11/14/2023
6.0.24 521,673 10/24/2023
6.0.23 203,255 10/10/2023
6.0.22 236,624 9/12/2023
6.0.21 382,128 8/8/2023
6.0.20 233,274 7/11/2023
6.0.19 232,205 6/22/2023
6.0.18 130,412 6/13/2023
6.0.16 722,615 4/11/2023
6.0.15 496,528 3/14/2023
6.0.14 480,956 2/14/2023
6.0.13 758,323 1/10/2023
6.0.12 582,827 12/13/2022
6.0.11 1,117,831 11/7/2022
6.0.10 1,719,261 10/11/2022
6.0.9 1,492,223 9/13/2022
6.0.8 1,678,588 8/9/2022
6.0.7 10,568,833 7/12/2022
6.0.6 1,528,786 6/14/2022
6.0.5 2,472,710 5/10/2022
6.0.4 1,768,007 4/11/2022
6.0.3 1,361,359 3/8/2022
6.0.2 4,055,451 2/8/2022
6.0.1 2,699,843 12/14/2021
6.0.0 6,369,250 11/8/2021
6.0.0-rc.2.21480.5 20,867 10/12/2021
6.0.0-rc.1.21452.10 27,426 9/14/2021
6.0.0-preview.7.21378.4 12,605 8/10/2021
6.0.0-preview.6.21352.1 5,741 7/14/2021
6.0.0-preview.5.21301.9 8,847 6/15/2021
6.0.0-preview.4.21253.1 9,395 5/24/2021
6.0.0-preview.3.21201.2 10,840 4/8/2021
6.0.0-preview.2.21154.2 6,867 3/11/2021
6.0.0-preview.1.21102.2 12,354 2/12/2021
5.0.17 784,570 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 114,477 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 252,982 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 373,527 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 492,790 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 442,183 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 824,322 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 844,338 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 1,103,038 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 1,469,013 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 1,060,963 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 746,139 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 1,498,703 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 937,176 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 900,514 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,033,825 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 4,738,012 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 1,739,826 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 68,305 10/13/2020
5.0.0-rc.1.20451.13 39,911 9/14/2020
5.0.0-preview.8.20407.4 21,892 8/25/2020
5.0.0-preview.7.20365.15 9,978 7/21/2020
5.0.0-preview.6.20312.4 10,899 6/25/2020
5.0.0-preview.5.20278.2 3,203 6/10/2020
5.0.0-preview.4.20220.10 5,097 5/18/2020
5.0.0-preview.3.20181.2 5,241 4/23/2020
5.0.0-preview.2.20159.4 5,909 4/2/2020
5.0.0-preview.2.20120.8 4,893 3/16/2020
3.1.32 1,014,872 12/13/2022
3.1.31 63,051 11/8/2022
3.1.30 106,645 10/11/2022
3.1.29 49,323 9/13/2022
3.1.28 53,303 8/9/2022
3.1.27 80,762 7/12/2022
3.1.26 71,375 6/14/2022
3.1.25 180,584 5/10/2022
3.1.24 87,738 4/11/2022
3.1.23 208,548 3/8/2022
3.1.22 327,974 12/14/2021
3.1.21 210,793 11/7/2021
3.1.20 291,583 10/11/2021
3.1.19 282,488 9/14/2021
3.1.18 292,156 8/10/2021
3.1.17 242,753 7/13/2021
3.1.16 237,590 6/8/2021
3.1.15 515,797 5/11/2021
3.1.14 218,114 4/6/2021
3.1.13 2,546,825 3/9/2021
3.1.12 472,684 2/9/2021
3.1.11 539,318 1/12/2021
3.1.10 1,172,559 11/9/2020
3.1.9 1,290,906 10/13/2020
3.1.8 4,239,709 9/8/2020
3.1.7 1,217,620 8/11/2020
3.1.6 1,039,870 7/14/2020
3.1.5 1,668,250 6/9/2020
3.1.4 2,669,159 5/12/2020
3.1.3 8,029,144 3/24/2020
3.1.2 1,225,572 2/19/2020
3.1.1 1,377,729 1/14/2020
3.1.0 2,994,904 12/3/2019
3.1.0-preview3.19554.8 9,513 11/13/2019
3.1.0-preview2.19525.5 5,800 11/1/2019
3.1.0-preview1.19506.2 5,204 10/15/2019
3.0.3 23,812 2/19/2020
3.0.2 17,031 1/14/2020
3.0.1 227,156 11/18/2019
3.0.0 4,111,859 9/23/2019
3.0.0-rc1.19456.14 4,953 9/16/2019
3.0.0-preview9.19423.6 7,433 9/4/2019
3.0.0-preview8.19405.11 15,095 8/13/2019
3.0.0-preview7.19362.6 15,763 7/23/2019
3.0.0-preview6.19304.10 23,130 6/12/2019
3.0.0-preview5.19227.1 11,586 5/6/2019
3.0.0-preview4.19216.3 5,768 4/18/2019
3.0.0-preview3.19153.1 67,746 3/6/2019
3.0.0-preview.19074.3 12,323 1/29/2019
3.0.0-preview.18572.1 4,122 12/3/2018
2.3.0 14,871 1/14/2025
2.2.6 6,753,930 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 2,408,875 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 723,300 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 826,124 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 1,045,378 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 2,688,076 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 13,122 10/17/2018
2.2.0-preview2-35157 13,701 9/12/2018
2.2.0-preview1-35029 4,953 8/22/2018
2.1.14 900,268 11/18/2019
2.1.11 596,956 5/14/2019
2.1.8 1,173,304 2/12/2019
2.1.4 3,140,922 10/1/2018
2.1.3 1,365,782 9/11/2018
2.1.2 1,530,683 8/21/2018
2.1.1 2,041,798 6/18/2018
2.1.0 2,146,214 5/29/2018
2.1.0-rc1-final 22,335 5/6/2018
2.1.0-preview2-final 32,257 4/10/2018
2.1.0-preview1-final 11,560 2/26/2018
2.0.3 3,979,283 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 4,361,825 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 5,393,385 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,928,786 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 56,621 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 22,389 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.6 425,820 7/10/2018 1.1.6 is deprecated because it is no longer maintained.
1.1.5 53,208 12/12/2017 1.1.5 is deprecated because it is no longer maintained.
1.1.4 12,698 11/14/2017 1.1.4 is deprecated because it is no longer maintained.
1.1.3 28,446 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 218,006 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 190,673 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 216,963 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 6,320 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.6 12,214 11/14/2017 1.0.6 is deprecated because it is no longer maintained.
1.0.5 9,751 9/20/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 11,739 5/9/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 76,866 3/6/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 23,661 12/12/2016 1.0.2 is deprecated because it is no longer maintained.
1.0.1 186,848 9/13/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 227,241 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 14,639 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.