CommunityToolkit.Aspire.Microsoft.EntityFrameworkCore.Sqlite
9.7.2
Prefix Reserved
See the version list below for details.
dotnet add package CommunityToolkit.Aspire.Microsoft.EntityFrameworkCore.Sqlite --version 9.7.2
NuGet\Install-Package CommunityToolkit.Aspire.Microsoft.EntityFrameworkCore.Sqlite -Version 9.7.2
<PackageReference Include="CommunityToolkit.Aspire.Microsoft.EntityFrameworkCore.Sqlite" Version="9.7.2" />
<PackageVersion Include="CommunityToolkit.Aspire.Microsoft.EntityFrameworkCore.Sqlite" Version="9.7.2" />
<PackageReference Include="CommunityToolkit.Aspire.Microsoft.EntityFrameworkCore.Sqlite" />
paket add CommunityToolkit.Aspire.Microsoft.EntityFrameworkCore.Sqlite --version 9.7.2
#r "nuget: CommunityToolkit.Aspire.Microsoft.EntityFrameworkCore.Sqlite, 9.7.2"
#:package CommunityToolkit.Aspire.Microsoft.EntityFrameworkCore.Sqlite@9.7.2
#addin nuget:?package=CommunityToolkit.Aspire.Microsoft.EntityFrameworkCore.Sqlite&version=9.7.2
#tool nuget:?package=CommunityToolkit.Aspire.Microsoft.EntityFrameworkCore.Sqlite&version=9.7.2
CommunityToolkit.Aspire.Microsoft.EntityFrameworkCore.Sqlite library
Register a DbContext in the DI container to interact with a SQLite database using Entity Framework Core.
Getting Started
Prerequisites
- A
DbContext - A SQLite database
Install the package
Install the .NET Aspire EF Core Sqlite library using the following command:
dotnet add package CommunityToolkit.Aspire.Microsoft.EntityFrameworkCore.Sqlite
Example usage
In the Program.cs file of your project, call the AddSqliteDbContext<TDbContext> extension method to register the TDbContext implementation in the DI container. This method takes the connection name as a parameter:
builder.AddSqliteDbContext<BloggingContext>("sqlite");
Then, in your service, inject TDbContext and use it to interact with the database:
public class MyService(BloggingContext context)
{
// ...
}
Additional documentation
- https://learn.microsoft.com/dotnet/aspire/community-toolkit/sqlite-entity-framework-integration
- https://learn.microsoft.com/ef/core/providers/sqlite/
Feedback & contributing
| Product | Versions 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 is compatible. 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. |
-
net8.0
- Microsoft.EntityFrameworkCore.Sqlite (>= 9.0.4)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.4)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 9.0.4)
- Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore (>= 8.0.13)
- Microsoft.Extensions.Hosting.Abstractions (>= 9.0.4)
-
net9.0
- Microsoft.EntityFrameworkCore.Sqlite (>= 9.0.4)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.4)
- Microsoft.Extensions.Diagnostics.HealthChecks (>= 9.0.4)
- Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore (>= 8.0.13)
- Microsoft.Extensions.Hosting.Abstractions (>= 9.0.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on CommunityToolkit.Aspire.Microsoft.EntityFrameworkCore.Sqlite:
| Repository | Stars |
|---|---|
|
rstropek/Samples
|
| Version | Downloads | Last Updated |
|---|---|---|
| 13.5.0-preview.1.260825-0345 | 0 | 8/25/2026 |
| 13.5.0-beta.731 | 0 | 8/24/2026 |
| 13.5.0-beta.730 | 50 | 8/21/2026 |
| 13.4.1-beta.706 | 120 | 8/6/2026 |
| 13.4.1-beta.704 | 50 | 8/5/2026 |
| 13.4.1-beta.701 | 53 | 8/4/2026 |
| 13.4.1-beta.700 | 56 | 8/2/2026 |
| 13.4.1-beta.696 | 57 | 8/1/2026 |
| 13.4.1-beta.687 | 57 | 7/27/2026 |
| 13.4.1-beta.686 | 75 | 7/16/2026 |
| 13.4.1-beta.685 | 70 | 7/9/2026 |
| 13.4.1-beta.683 | 63 | 7/9/2026 |
| 13.4.1-beta.680 | 65 | 7/7/2026 |
| 13.4.1-beta.676 | 66 | 7/7/2026 |
| 13.4.1-beta.675 | 60 | 7/6/2026 |
| 13.4.1-beta.674 | 62 | 7/6/2026 |
| 13.4.0-beta.671 | 62 | 7/3/2026 |
| 13.4.0-beta.654 | 82 | 6/18/2026 |
| 13.4.0-beta.651 | 77 | 6/17/2026 |
| 9.7.2 | 7,951 | 8/29/2025 |