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

NuGet packages (947)

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

EfCore.TestSupport

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

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.

GitHub repositories (449)

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.
jasontaylordev/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
ardalis/CleanArchitecture
Clean Architecture Solution Template: A proven Clean Architecture Template for ASP.NET Core 9
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 Preview 3, 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.
elsa-workflows/elsa-core
A .NET workflows library
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
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
danielgerlag/workflow-core
Lightweight workflow engine for .NET Standard
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
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.
umbraco/Umbraco-CMS
Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
Version Downloads Last updated
10.0.0-preview.3.25171.6 1,669 14 days ago
10.0.0-preview.2.25163.8 2,872 a month ago
10.0.0-preview.1.25081.1 3,680 2 months ago
9.0.4 136,568 16 days ago
9.0.3 410,094 a month ago
9.0.2 577,949 2 months ago
9.0.1 573,143 3 months ago
9.0.0 1,408,247 5 months ago
9.0.0-rc.2.24474.1 32,450 7 months ago
9.0.0-rc.1.24451.1 35,405 7 months ago
9.0.0-preview.7.24405.3 8,714 8 months ago
9.0.0-preview.6.24327.4 6,457 9 months ago
9.0.0-preview.5.24306.3 5,292 6/11/2024
9.0.0-preview.4.24267.1 5,686 5/21/2024
9.0.0-preview.3.24172.4 13,371 4/11/2024
9.0.0-preview.2.24128.4 7,790 3/12/2024
9.0.0-preview.1.24081.2 6,141 2/13/2024
8.0.15 44,516 16 days ago
8.0.14 166,339 a month ago
8.0.13 255,377 2 months ago
8.0.12 313,858 3 months ago
8.0.11 1,356,690 5 months ago
8.0.10 2,173,164 7 months ago
8.0.8 2,748,018 8 months ago
8.0.7 1,783,056 9 months ago
8.0.6 2,031,593 5/28/2024
8.0.5 679,064 5/14/2024
8.0.4 1,725,918 4/9/2024
8.0.3 1,258,608 3/12/2024
8.0.2 1,629,559 2/13/2024
8.0.1 1,770,924 1/9/2024
8.0.0 2,449,183 11/14/2023
8.0.0-rc.2.23480.1 42,666 10/10/2023
8.0.0-rc.1.23419.6 25,480 9/12/2023
8.0.0-preview.7.23375.4 16,488 8/8/2023
8.0.0-preview.6.23329.4 22,515 7/11/2023
8.0.0-preview.5.23280.1 32,143 6/13/2023
8.0.0-preview.4.23259.3 16,809 5/16/2023
8.0.0-preview.3.23174.2 16,769 4/11/2023
8.0.0-preview.2.23128.3 12,007 3/14/2023
8.0.0-preview.1.23111.4 11,710 2/21/2023
7.0.20 347,358 5/28/2024
7.0.19 56,773 5/14/2024
7.0.18 186,378 4/9/2024
7.0.17 115,262 3/12/2024
7.0.16 221,654 2/13/2024
7.0.15 347,976 1/9/2024
7.0.14 709,456 11/14/2023
7.0.13 610,466 10/24/2023
7.0.12 478,234 10/10/2023
7.0.11 1,770,904 9/12/2023
7.0.10 1,096,105 8/8/2023
7.0.9 774,332 7/11/2023
7.0.8 503,555 6/22/2023
7.0.7 527,859 6/13/2023
7.0.5 2,148,979 4/11/2023
7.0.4 1,210,927 3/14/2023
7.0.3 1,078,943 2/14/2023
7.0.2 1,322,251 1/10/2023
7.0.1 1,227,133 12/13/2022
7.0.0 1,629,794 11/7/2022
7.0.0-rc.2.22472.11 21,988 10/11/2022
7.0.0-rc.1.22426.7 25,456 9/14/2022
7.0.0-preview.7.22376.2 11,433 8/9/2022
7.0.0-preview.6.22329.4 20,333 7/12/2022
7.0.0-preview.5.22302.2 6,648 6/14/2022
7.0.0-preview.4.22229.2 12,561 5/10/2022
7.0.0-preview.3.22175.1 5,214 4/13/2022
7.0.0-preview.2.22153.1 6,413 3/14/2022
7.0.0-preview.1.22076.6 8,590 2/17/2022
6.0.36 111,362 5 months ago
6.0.35 118,667 7 months ago
6.0.33 136,361 8 months ago
6.0.32 94,931 9 months ago
6.0.31 102,178 5/28/2024
6.0.30 37,272 5/14/2024
6.0.29 220,162 4/9/2024
6.0.28 153,146 3/12/2024
6.0.27 166,233 2/13/2024
6.0.26 243,910 1/9/2024
6.0.25 428,739 11/14/2023
6.0.24 447,051 10/24/2023
6.0.23 180,665 10/10/2023
6.0.22 214,233 9/12/2023
6.0.21 344,576 8/8/2023
6.0.20 209,491 7/11/2023
6.0.19 211,944 6/22/2023
6.0.18 110,457 6/13/2023
6.0.16 635,739 4/11/2023
6.0.15 456,578 3/14/2023
6.0.14 445,788 2/14/2023
6.0.13 722,581 1/10/2023
6.0.12 536,730 12/13/2022
6.0.11 1,033,096 11/7/2022
6.0.10 1,625,533 10/11/2022
6.0.9 1,407,284 9/13/2022
6.0.8 1,601,435 8/9/2022
6.0.7 9,686,108 7/12/2022
6.0.6 1,447,728 6/14/2022
6.0.5 2,356,721 5/10/2022
6.0.4 1,672,342 4/11/2022
6.0.3 1,295,736 3/8/2022
6.0.2 3,796,533 2/8/2022
6.0.1 2,576,898 12/14/2021
6.0.0 5,834,849 11/8/2021
6.0.0-rc.2.21480.5 20,455 10/12/2021
6.0.0-rc.1.21452.10 26,363 9/14/2021
6.0.0-preview.7.21378.4 10,603 8/10/2021
6.0.0-preview.6.21352.1 5,414 7/14/2021
6.0.0-preview.5.21301.9 8,261 6/15/2021
6.0.0-preview.4.21253.1 9,062 5/24/2021
6.0.0-preview.3.21201.2 9,666 4/8/2021
6.0.0-preview.2.21154.2 5,587 3/11/2021
6.0.0-preview.1.21102.2 11,253 2/12/2021
5.0.17 721,174 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 100,637 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 229,271 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 351,639 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 461,150 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 423,807 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 781,146 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 789,649 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 1,056,955 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 1,290,598 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 1,004,079 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 708,736 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 1,408,336 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 887,834 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 864,447 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 1,001,710 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 4,508,026 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 1,512,459 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.6 66,705 10/13/2020
5.0.0-rc.1.20451.13 38,734 9/14/2020
5.0.0-preview.8.20407.4 21,548 8/25/2020
5.0.0-preview.7.20365.15 9,653 7/21/2020
5.0.0-preview.6.20312.4 10,522 6/25/2020
5.0.0-preview.5.20278.2 2,907 6/10/2020
5.0.0-preview.4.20220.10 4,643 5/18/2020
5.0.0-preview.3.20181.2 4,908 4/23/2020
5.0.0-preview.2.20159.4 5,498 4/2/2020
5.0.0-preview.2.20120.8 4,599 3/16/2020
3.1.32 581,898 12/13/2022
3.1.31 47,049 11/8/2022
3.1.30 86,361 10/11/2022
3.1.29 37,243 9/13/2022
3.1.28 40,729 8/9/2022
3.1.27 67,149 7/12/2022
3.1.26 59,561 6/14/2022
3.1.25 147,323 5/10/2022
3.1.24 73,836 4/11/2022
3.1.23 190,484 3/8/2022
3.1.22 305,608 12/14/2021
3.1.21 195,610 11/7/2021
3.1.20 265,749 10/11/2021
3.1.19 259,789 9/14/2021
3.1.18 269,395 8/10/2021
3.1.17 225,054 7/13/2021
3.1.16 217,814 6/8/2021
3.1.15 464,068 5/11/2021
3.1.14 192,824 4/6/2021
3.1.13 2,304,297 3/9/2021
3.1.12 455,708 2/9/2021
3.1.11 503,481 1/12/2021
3.1.10 1,121,236 11/9/2020
3.1.9 1,248,764 10/13/2020
3.1.8 4,108,545 9/8/2020
3.1.7 1,150,391 8/11/2020
3.1.6 1,006,649 7/14/2020
3.1.5 1,630,314 6/9/2020
3.1.4 2,557,401 5/12/2020
3.1.3 7,626,134 3/24/2020
3.1.2 1,197,348 2/19/2020
3.1.1 1,333,669 1/14/2020
3.1.0 2,920,184 12/3/2019
3.1.0-preview3.19554.8 8,759 11/13/2019
3.1.0-preview2.19525.5 5,514 11/1/2019
3.1.0-preview1.19506.2 4,886 10/15/2019
3.0.3 13,364 2/19/2020
3.0.2 6,686 1/14/2020
3.0.1 213,373 11/18/2019
3.0.0 3,957,730 9/23/2019
3.0.0-rc1.19456.14 4,661 9/16/2019
3.0.0-preview9.19423.6 7,121 9/4/2019
3.0.0-preview8.19405.11 14,085 8/13/2019
3.0.0-preview7.19362.6 15,009 7/23/2019
3.0.0-preview6.19304.10 21,980 6/12/2019
3.0.0-preview5.19227.1 11,287 5/6/2019
3.0.0-preview4.19216.3 5,464 4/18/2019
3.0.0-preview3.19153.1 67,074 3/6/2019
3.0.0-preview.19074.3 11,884 1/29/2019
3.0.0-preview.18572.1 3,808 12/3/2018
2.3.0 1,247 3 months ago
2.2.6 6,534,446 7/9/2019 2.2.6 is deprecated because it is no longer maintained.
2.2.4 2,338,031 4/9/2019 2.2.4 is deprecated because it is no longer maintained.
2.2.3 704,218 3/11/2019 2.2.3 is deprecated because it is no longer maintained.
2.2.2 805,033 2/12/2019 2.2.2 is deprecated because it is no longer maintained.
2.2.1 1,020,441 1/8/2019 2.2.1 is deprecated because it is no longer maintained.
2.2.0 2,521,549 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 12,683 10/17/2018
2.2.0-preview2-35157 13,130 9/12/2018
2.2.0-preview1-35029 4,409 8/22/2018
2.1.14 846,665 11/18/2019
2.1.11 561,367 5/14/2019
2.1.8 996,918 2/12/2019
2.1.4 3,068,946 10/1/2018
2.1.3 1,324,299 9/11/2018
2.1.2 1,478,054 8/21/2018
2.1.1 1,916,615 6/18/2018
2.1.0 2,083,277 5/29/2018
2.1.0-rc1-final 21,150 5/6/2018
2.1.0-preview2-final 31,203 4/10/2018
2.1.0-preview1-final 10,704 2/26/2018
2.0.3 3,850,578 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 4,205,254 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 5,274,502 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 6,738,662 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 54,938 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 21,607 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.6 290,901 7/10/2018 1.1.6 is deprecated because it is no longer maintained.
1.1.5 38,179 12/12/2017 1.1.5 is deprecated because it is no longer maintained.
1.1.4 6,544 11/14/2017 1.1.4 is deprecated because it is no longer maintained.
1.1.3 22,287 9/20/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 209,134 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 179,666 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 206,888 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 5,889 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.6 6,059 11/14/2017 1.0.6 is deprecated because it is no longer maintained.
1.0.5 3,617 9/20/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 5,595 5/9/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 68,734 3/6/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 17,521 12/12/2016 1.0.2 is deprecated because it is no longer maintained.
1.0.1 180,420 9/13/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 187,773 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 14,106 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.