CommunityToolkit.Aspire.Hosting.Sqlite
9.1.1-beta.155
Prefix Reserved
dotnet add package CommunityToolkit.Aspire.Hosting.Sqlite --version 9.1.1-beta.155
NuGet\Install-Package CommunityToolkit.Aspire.Hosting.Sqlite -Version 9.1.1-beta.155
<PackageReference Include="CommunityToolkit.Aspire.Hosting.Sqlite" Version="9.1.1-beta.155" />
paket add CommunityToolkit.Aspire.Hosting.Sqlite --version 9.1.1-beta.155
#r "nuget: CommunityToolkit.Aspire.Hosting.Sqlite, 9.1.1-beta.155"
// Install CommunityToolkit.Aspire.Hosting.Sqlite as a Cake Addin #addin nuget:?package=CommunityToolkit.Aspire.Hosting.Sqlite&version=9.1.1-beta.155&prerelease // Install CommunityToolkit.Aspire.Hosting.Sqlite as a Cake Tool #tool nuget:?package=CommunityToolkit.Aspire.Hosting.Sqlite&version=9.1.1-beta.155&prerelease
CommunityToolkit.Aspire.Hosting.Sqlite library
Provides extension methods and resource definitions for the .NET Aspire AppHost to support creating and running SQLite databases.
The integration also provides support for running SQLite Web to interact with the SQLite database.
By default, the Sqlite resource will create a new SQLite database in a temporary location. You can also specify a path to an existing SQLite database file.
Getting Started
Install the package
In your AppHost project, install the package using the following command:
dotnet add package CommunityToolkit.Aspire.Hosting.Sqlite
Example usage
Then, in the Program.cs file of AppHost
, define an Sqlite resource, then call AddSqlite
:
var sqlite = builder.AddSqlite("sqlite")
.WithSqliteWeb();
Additional Information
https://learn.microsoft.com/dotnet/aspire/community-toolkit/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. |
-
net8.0
- Aspire.Hosting (>= 9.0.0)
-
net9.0
- Aspire.Hosting (>= 9.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
9.1.1-beta.155 | 33 | 1/30/2025 |
9.1.1-beta.154 | 26 | 1/30/2025 |
9.1.1-beta.153 | 25 | 1/30/2025 |
9.1.1-beta.152 | 4 | 1/29/2025 |
9.1.1-beta.150 | 28 | 1/29/2025 |
9.1.1-beta.148 | 33 | 1/26/2025 |
9.1.1-beta.147 | 28 | 1/26/2025 |
9.1.1-beta.146 | 33 | 1/23/2025 |
9.1.1-beta.145 | 32 | 1/22/2025 |
9.1.1-beta.144 | 29 | 1/22/2025 |
9.1.1-beta.142 | 31 | 1/22/2025 |
9.1.1-beta.140 | 34 | 1/22/2025 |
9.1.1-beta.139 | 33 | 1/21/2025 |
9.1.1-beta.138 | 30 | 1/20/2025 |
9.1.1-beta.137 | 36 | 1/17/2025 |
9.1.1-beta.136 | 35 | 1/15/2025 |
9.1.1-beta.135 | 13 | 1/15/2025 |