CommunityToolkit.Aspire.Hosting.Sqlite 9.1.1-beta.144

Prefix Reserved
This is a prerelease version of CommunityToolkit.Aspire.Hosting.Sqlite.
There is a newer version of this package available.
See the version list below for details.
dotnet add package CommunityToolkit.Aspire.Hosting.Sqlite --version 9.1.1-beta.144                
NuGet\Install-Package CommunityToolkit.Aspire.Hosting.Sqlite -Version 9.1.1-beta.144                
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="CommunityToolkit.Aspire.Hosting.Sqlite" Version="9.1.1-beta.144" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CommunityToolkit.Aspire.Hosting.Sqlite --version 9.1.1-beta.144                
#r "nuget: CommunityToolkit.Aspire.Hosting.Sqlite, 9.1.1-beta.144"                
#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.
// Install CommunityToolkit.Aspire.Hosting.Sqlite as a Cake Addin
#addin nuget:?package=CommunityToolkit.Aspire.Hosting.Sqlite&version=9.1.1-beta.144&prerelease

// Install CommunityToolkit.Aspire.Hosting.Sqlite as a Cake Tool
#tool nuget:?package=CommunityToolkit.Aspire.Hosting.Sqlite&version=9.1.1-beta.144&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

https://github.com/CommunityToolkit/Aspire

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.2.2-beta.217 31 a day ago
9.2.2-beta.216 30 a day ago
9.2.2-beta.215 33 a day ago
9.2.2-beta.214 54 3 days ago
9.2.2-beta.213 40 3 days ago
9.2.2-beta.212 36 3 days ago
9.2.2-beta.211 44 4 days ago
9.2.2-beta.210 45 4 days ago
9.2.2-beta.208 43 5 days ago
9.2.1 103 5 days ago
9.2.1-beta.207 63 6 days ago
9.2.1-beta.206 46 7 days ago
9.2.1-beta.205 54 9 days ago
9.2.1-beta.204 44 10 days ago
9.2.1-beta.203 44 10 days ago
9.2.0 115 10 days ago
9.2.0-beta.202 51 10 days ago
9.2.0-beta.201 47 10 days ago
9.2.0-beta.199 46 10 days ago
9.2.0-beta.198 44 10 days ago
9.1.1-beta.197 59 11 days ago
9.1.1-beta.196 46 11 days ago
9.1.1-beta.195 48 11 days ago
9.1.1-beta.194 47 11 days ago
9.1.1-beta.193 51 11 days ago
9.1.1-beta.192 49 12 days ago
9.1.1-beta.191 51 12 days ago
9.1.1-beta.190 54 17 days ago
9.1.1-beta.189 49 17 days ago
9.1.1-beta.188 52 17 days ago
9.1.1-beta.187 62 17 days ago
9.1.1-beta.183 57 18 days ago
9.1.1-beta.182 54 18 days ago
9.1.1-beta.181 68 18 days ago
9.1.1-beta.180 55 19 days ago
9.1.1-beta.178 58 19 days ago
9.1.1-beta.177 60 24 days ago
9.1.1-beta.176 60 25 days ago
9.1.1-beta.175 56 a month ago
9.1.1-beta.173 60 a month ago
9.1.1-beta.169 49 a month ago
9.1.1-beta.168 45 a month ago
9.1.1-beta.166 46 a month ago
9.1.1-beta.165 48 a month ago
9.1.1-beta.164 48 a month ago
9.1.1-beta.162 51 a month ago
9.1.1-beta.155 53 a month ago
9.1.1-beta.154 48 a month ago
9.1.1-beta.153 43 a month ago
9.1.1-beta.152 41 a month ago
9.1.1-beta.150 53 a month ago
9.1.1-beta.148 52 a month ago
9.1.1-beta.147 43 a month ago
9.1.1-beta.146 59 a month ago
9.1.1-beta.145 47 a month ago
9.1.1-beta.144 41 a month ago
9.1.1-beta.142 45 a month ago
9.1.1-beta.140 48 a month ago
9.1.1-beta.139 48 2 months ago
9.1.1-beta.138 46 2 months ago
9.1.1-beta.137 44 2 months ago
9.1.1-beta.136 40 2 months ago
9.1.1-beta.135 20 2 months ago