CommunityToolkit.Aspire.Hosting.Sqlite 13.0.0

Prefix Reserved
dotnet add package CommunityToolkit.Aspire.Hosting.Sqlite --version 13.0.0
                    
NuGet\Install-Package CommunityToolkit.Aspire.Hosting.Sqlite -Version 13.0.0
                    
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="13.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CommunityToolkit.Aspire.Hosting.Sqlite" Version="13.0.0" />
                    
Directory.Packages.props
<PackageReference Include="CommunityToolkit.Aspire.Hosting.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 CommunityToolkit.Aspire.Hosting.Sqlite --version 13.0.0
                    
#r "nuget: CommunityToolkit.Aspire.Hosting.Sqlite, 13.0.0"
                    
#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.
#:package CommunityToolkit.Aspire.Hosting.Sqlite@13.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CommunityToolkit.Aspire.Hosting.Sqlite&version=13.0.0
                    
Install as a Cake Addin
#tool nuget:?package=CommunityToolkit.Aspire.Hosting.Sqlite&version=13.0.0
                    
Install as a Cake Tool

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.  net10.0 is compatible.  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. 
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
13.0.0 0 11/25/2025
13.0.0-beta.462 0 11/25/2025
13.0.0-beta.456 41 11/23/2025
13.0.0-beta.454 36 11/23/2025
13.0.0-beta.453 58 11/22/2025
13.0.0-beta.450 59 11/22/2025
13.0.0-beta.448 59 11/22/2025
13.0.0-beta.444 371 11/17/2025
13.0.0-beta.443 265 11/17/2025
13.0.0-beta.440 86 11/15/2025
13.0.0-beta.439 246 11/12/2025
13.0.0-beta.438 215 11/12/2025
13.0.0-beta.436 219 11/12/2025
13.0.0-beta.435 227 11/11/2025
13.0.0-beta.433 142 11/10/2025
13.0.0-beta.432 144 11/10/2025
13.0.0-beta.431 144 11/6/2025
13.0.0-beta.430 127 11/6/2025
9.9.0 1,113 11/3/2025
9.9.0-beta.427 152 11/3/2025
9.8.1-beta.426 135 11/3/2025
9.8.1-beta.424 142 10/28/2025
9.8.1-beta.420 129 10/27/2025
9.8.1-beta.419 125 10/27/2025
9.8.1-beta.417 125 10/27/2025
9.8.1-beta.414 130 10/24/2025
9.8.1-beta.413 134 10/22/2025
9.8.1-beta.410 127 10/16/2025
9.8.1-beta.408 110 10/16/2025
9.8.1-beta.407 119 10/16/2025
9.8.1-beta.406 122 10/15/2025
9.8.0 2,518 9/26/2025
9.8.0-beta.405 117 10/15/2025
9.8.0-beta.404 119 10/13/2025
9.8.0-beta.402 133 9/29/2025
9.8.0-beta.401 118 9/29/2025
9.8.0-beta.399 123 9/26/2025
9.8.0-beta.398 131 9/25/2025
9.8.0-beta.397 129 9/25/2025
9.8.0-beta.395 124 9/24/2025
9.8.0-beta.394 131 9/23/2025
9.8.0-beta.393 133 9/23/2025
9.8.0-beta.392 133 9/23/2025
9.8.0-beta.389 261 9/18/2025
9.8.0-beta.388 262 9/16/2025
9.8.0-beta.386 211 9/15/2025
9.8.0-beta.385 209 9/15/2025
9.8.0-beta.384 61 9/13/2025
9.8.0-beta.376 137 9/8/2025
9.8.0-beta.375 68 9/6/2025
9.8.0-beta.373 150 9/5/2025
9.8.0-beta.372 143 9/4/2025
9.8.0-beta.370 134 9/2/2025
9.8.0-beta.364 126 9/1/2025
9.7.2 1,539 8/29/2025
9.7.2-beta.362 173 8/29/2025
9.7.2-beta.361 172 8/29/2025
9.7.2-beta.360 177 8/29/2025
9.7.2-beta.359 182 8/28/2025
9.7.2-beta.358 174 8/28/2025
9.7.2-beta.357 170 8/28/2025
9.7.1 339 8/27/2025
9.7.1-beta.355 171 8/27/2025
9.7.1-beta.354 177 8/27/2025
9.7.1-beta.353 176 8/27/2025
9.7.1-beta.352 173 8/27/2025
9.7.1-beta.351 176 8/27/2025
9.7.1-beta.348 163 8/14/2025
9.7.1-beta.344 96 8/10/2025
9.7.1-beta.343 212 8/8/2025
9.7.1-beta.342 223 8/7/2025
9.7.1-beta.341 210 8/6/2025
9.7.1-beta.340 195 8/5/2025
9.7.1-beta.339 189 8/5/2025
9.7.0 776 8/1/2025
9.7.0-beta.337 94 8/1/2025
9.7.0-beta.336 102 8/1/2025
9.7.0-beta.335 103 8/1/2025
9.7.0-beta.333 114 7/30/2025
9.6.1-beta.332 104 7/30/2025
9.6.1-beta.331 106 7/30/2025
9.6.1-beta.330 103 7/30/2025
9.6.1-beta.329 104 7/30/2025
9.6.1-beta.328 118 7/29/2025
9.6.1-beta.327 124 7/28/2025
9.6.1-beta.326 118 7/28/2025
9.6.0 1,186 7/10/2025
9.6.0-beta.324 130 7/10/2025
9.5.1-beta.323 130 7/10/2025
9.5.1-beta.322 131 7/10/2025
9.5.1-beta.321 132 7/10/2025
9.5.1-beta.320 134 7/9/2025
9.5.1-beta.319 130 7/8/2025
9.5.1-beta.318 131 7/2/2025
9.5.1-beta.317 132 6/30/2025
9.5.1-beta.315 136 6/26/2025
9.5.1-beta.314 130 6/23/2025
9.5.1-beta.313 118 6/20/2025
9.5.1-beta.312 127 6/20/2025
9.5.1-beta.311 157 6/18/2025
9.5.1-beta.310 133 6/17/2025
9.5.1-beta.309 132 6/17/2025
9.5.1-beta.308 129 6/17/2025
9.5.1-beta.307 137 6/16/2025
9.5.1-beta.306 279 6/11/2025
9.5.1-beta.305 114 6/7/2025
9.5.1-beta.304 114 6/6/2025
9.5.1-beta.303 131 6/4/2025
9.5.1-beta.302 127 6/4/2025
9.5.1-beta.301 138 6/2/2025
9.5.1-beta.300 174 5/28/2025
9.5.0 739 5/27/2025
9.5.0-beta.299 133 5/27/2025
9.5.0-beta.298 136 5/26/2025
9.5.0-beta.297 89 5/24/2025
9.5.0-beta.296 87 5/24/2025
9.5.0-beta.295 59 5/24/2025
9.4.1-beta.291 131 5/19/2025
9.4.1-beta.289 146 5/16/2025
9.4.1-beta.288 205 5/16/2025
9.4.1-beta.287 223 5/16/2025
9.4.1-beta.286 227 5/16/2025
9.4.1-beta.285 220 5/14/2025
9.4.1-beta.284 246 5/13/2025
9.4.1-beta.283 221 5/12/2025
9.4.1-beta.282 167 5/7/2025
9.4.1-beta.280 166 5/2/2025
9.4.1-beta.279 150 5/2/2025
9.4.1-beta.277 651 4/23/2025
9.4.1-beta.276 179 4/23/2025
9.4.1-beta.275 141 4/23/2025
9.4.1-beta.274 139 4/23/2025
9.4.1-beta.273 174 4/23/2025
9.4.1-beta.272 145 4/23/2025
9.4.1-beta.271 137 4/23/2025
9.4.1-beta.270 168 4/20/2025
9.4.0 577 4/20/2025
9.4.0-beta.269 152 4/20/2025
9.4.0-beta.268 156 4/20/2025
9.3.1-beta.267 144 4/20/2025
9.3.1-beta.266 102 4/19/2025
9.3.1-beta.265 221 4/15/2025
9.3.1-beta.264 187 4/15/2025
9.3.1-beta.263 176 4/15/2025
9.3.1-beta.262 186 4/15/2025
9.3.1-beta.260 958 4/10/2025
9.3.1-beta.259 155 4/8/2025
9.3.1-beta.258 141 4/8/2025
9.3.1-beta.257 150 4/8/2025
9.3.1-beta.256 166 4/8/2025
9.3.1-beta.255 151 4/8/2025
9.3.1-beta.254 146 4/8/2025
9.3.1-beta.253 149 4/1/2025
9.3.1-beta.252 140 3/27/2025
9.3.1-beta.250 156 3/27/2025
9.3.1-beta.249 151 3/27/2025
9.3.1-beta.248 126 3/27/2025
9.3.1-beta.247 149 3/27/2025
9.3.1-beta.244 474 3/25/2025
9.3.1-beta.242 492 3/24/2025
9.3.1-beta.241 141 3/19/2025
9.3.0 749 3/19/2025
9.3.0-beta.239 140 3/19/2025
9.2.2-beta.237 141 3/19/2025
9.2.2-beta.236 237 3/14/2025
9.2.2-beta.230 149 3/13/2025
9.2.2-beta.229 138 3/13/2025
9.2.2-beta.228 177 3/11/2025
9.2.2-beta.227 180 3/11/2025
9.2.2-beta.226 182 3/11/2025
9.2.2-beta.225 166 3/11/2025
9.2.2-beta.224 143 3/11/2025
9.2.2-beta.223 173 3/10/2025
9.2.2-beta.222 159 3/10/2025
9.2.2-beta.220 155 3/9/2025
9.2.2-beta.218 150 3/9/2025
9.2.2-beta.217 191 3/7/2025
9.2.2-beta.216 184 3/7/2025
9.2.2-beta.215 197 3/7/2025
9.2.2-beta.214 208 3/5/2025
9.2.2-beta.213 220 3/5/2025
9.2.2-beta.212 183 3/5/2025
9.2.2-beta.211 223 3/4/2025
9.2.2-beta.210 198 3/4/2025
9.2.2-beta.208 94 3/3/2025
9.2.1 618 3/3/2025
9.2.1-beta.207 129 3/2/2025
9.2.1-beta.206 103 3/1/2025
9.2.1-beta.205 107 2/27/2025
9.2.1-beta.204 76 2/26/2025
9.2.1-beta.203 105 2/26/2025
9.2.0 234 2/26/2025
9.2.0-beta.202 83 2/26/2025
9.2.0-beta.201 104 2/26/2025
9.2.0-beta.199 74 2/26/2025
9.2.0-beta.198 76 2/26/2025
9.1.1-beta.197 119 2/25/2025
9.1.1-beta.196 107 2/25/2025
9.1.1-beta.195 82 2/25/2025
9.1.1-beta.194 88 2/25/2025
9.1.1-beta.193 107 2/25/2025
9.1.1-beta.192 89 2/24/2025
9.1.1-beta.191 111 2/24/2025
9.1.1-beta.190 89 2/19/2025
9.1.1-beta.189 80 2/19/2025
9.1.1-beta.188 95 2/19/2025
9.1.1-beta.187 98 2/19/2025
9.1.1-beta.183 112 2/18/2025
9.1.1-beta.182 87 2/18/2025
9.1.1-beta.181 105 2/18/2025
9.1.1-beta.180 92 2/17/2025
9.1.1-beta.178 99 2/17/2025
9.1.1-beta.177 95 2/12/2025
9.1.1-beta.176 116 2/11/2025
9.1.1-beta.175 91 2/11/2025
9.1.1-beta.173 118 2/10/2025
9.1.1-beta.169 86 2/6/2025
9.1.1-beta.168 104 2/5/2025
9.1.1-beta.166 81 2/5/2025
9.1.1-beta.165 79 2/5/2025
9.1.1-beta.164 80 2/3/2025
9.1.1-beta.162 88 2/3/2025
9.1.1-beta.155 122 1/30/2025
9.1.1-beta.154 85 1/30/2025
9.1.1-beta.153 78 1/30/2025
9.1.1-beta.152 95 1/29/2025
9.1.1-beta.150 111 1/29/2025
9.1.1-beta.148 113 1/26/2025
9.1.1-beta.147 76 1/26/2025
9.1.1-beta.146 411 1/23/2025
9.1.1-beta.145 84 1/22/2025
9.1.1-beta.144 109 1/22/2025
9.1.1-beta.142 84 1/22/2025
9.1.1-beta.140 108 1/22/2025
9.1.1-beta.139 87 1/21/2025
9.1.1-beta.138 113 1/20/2025
9.1.1-beta.137 97 1/17/2025
9.1.1-beta.136 76 1/15/2025
9.1.1-beta.135 52 1/15/2025