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.4.0-preview.1.260602-0230 | 30 | 6/2/2026 |
| 13.3.0-preview.1.260514-0647 | 54 | 5/14/2026 |
| 13.2.1-beta.604 | 101 | 5/14/2026 |
| 13.2.1-beta.532 | 271 | 3/13/2026 |
| 13.2.1-beta.531 | 68 | 3/11/2026 |
| 13.2.1-beta.528 | 64 | 3/5/2026 |
| 13.1.2-beta.518 | 209 | 2/17/2026 |
| 13.1.2-beta.516 | 85 | 2/9/2026 |
| 13.1.2-beta.515 | 80 | 2/2/2026 |
| 13.1.2-beta.514 | 70 | 1/30/2026 |
| 13.1.2-beta.513 | 72 | 1/29/2026 |
| 13.1.2-beta.512 | 71 | 1/29/2026 |
| 13.1.2-beta.511 | 76 | 1/28/2026 |
| 13.1.2-beta.509 | 77 | 1/20/2026 |
| 13.1.2-beta.508 | 87 | 1/19/2026 |
| 13.1.2-beta.507 | 75 | 1/19/2026 |
| 13.1.2-beta.506 | 78 | 1/16/2026 |
| 13.1.2-beta.505 | 79 | 1/16/2026 |
| 13.1.2-beta.504 | 68 | 1/16/2026 |
| 9.7.2 | 6,561 | 8/29/2025 |