CommunityToolkit.Aspire.Hosting.Sqlite 13.0.0-beta.436

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 13.0.0-beta.436
                    
NuGet\Install-Package CommunityToolkit.Aspire.Hosting.Sqlite -Version 13.0.0-beta.436
                    
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-beta.436" />
                    
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-beta.436" />
                    
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-beta.436
                    
#r "nuget: CommunityToolkit.Aspire.Hosting.Sqlite, 13.0.0-beta.436"
                    
#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-beta.436
                    
#: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-beta.436&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=CommunityToolkit.Aspire.Hosting.Sqlite&version=13.0.0-beta.436&prerelease
                    
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 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. 
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 31 11/25/2025
13.0.0-beta.462 23 11/25/2025
13.0.0-beta.456 49 11/23/2025
13.0.0-beta.454 42 11/23/2025
13.0.0-beta.453 64 11/22/2025
13.0.0-beta.450 65 11/22/2025
13.0.0-beta.448 65 11/22/2025
13.0.0-beta.444 373 11/17/2025
13.0.0-beta.443 265 11/17/2025
13.0.0-beta.440 87 11/15/2025
13.0.0-beta.439 247 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 228 11/11/2025
13.0.0-beta.433 143 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,121 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 126 10/27/2025
9.8.1-beta.417 126 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 120 10/16/2025
9.8.1-beta.406 122 10/15/2025
9.8.0 2,521 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 125 9/24/2025
9.8.0-beta.394 131 9/23/2025
9.8.0-beta.393 134 9/23/2025
9.8.0-beta.392 134 9/23/2025
9.8.0-beta.389 263 9/18/2025
9.8.0-beta.388 263 9/16/2025
9.8.0-beta.386 213 9/15/2025
9.8.0-beta.385 209 9/15/2025
9.8.0-beta.384 63 9/13/2025
9.8.0-beta.376 139 9/8/2025
9.8.0-beta.375 68 9/6/2025
9.8.0-beta.373 151 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 127 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 178 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 171 8/28/2025
9.7.1 340 8/27/2025
9.7.1-beta.355 171 8/27/2025
9.7.1-beta.354 179 8/27/2025
9.7.1-beta.353 176 8/27/2025
9.7.1-beta.352 174 8/27/2025
9.7.1-beta.351 177 8/27/2025
9.7.1-beta.348 164 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 196 8/5/2025
9.7.1-beta.339 189 8/5/2025
9.7.0 776 8/1/2025
9.7.0-beta.337 95 8/1/2025
9.7.0-beta.336 103 8/1/2025
9.7.0-beta.335 103 8/1/2025
9.7.0-beta.333 115 7/30/2025
9.6.1-beta.332 105 7/30/2025
9.6.1-beta.331 106 7/30/2025
9.6.1-beta.330 104 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 131 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 134 7/10/2025
9.5.1-beta.320 136 7/9/2025
9.5.1-beta.319 131 7/8/2025
9.5.1-beta.318 131 7/2/2025
9.5.1-beta.317 133 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 119 6/20/2025
9.5.1-beta.312 128 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 130 6/17/2025
9.5.1-beta.307 137 6/16/2025
9.5.1-beta.306 280 6/11/2025
9.5.1-beta.305 116 6/7/2025
9.5.1-beta.304 115 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 741 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 88 5/24/2025
9.5.0-beta.295 61 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 228 5/16/2025
9.4.1-beta.285 221 5/14/2025
9.4.1-beta.284 246 5/13/2025
9.4.1-beta.283 222 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 140 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 169 4/20/2025
9.4.0 577 4/20/2025
9.4.0-beta.269 153 4/20/2025
9.4.0-beta.268 157 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 177 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 151 4/8/2025
9.3.1-beta.256 167 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 494 3/24/2025
9.3.1-beta.241 141 3/19/2025
9.3.0 750 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 168 3/11/2025
9.2.2-beta.224 144 3/11/2025
9.2.2-beta.223 174 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 192 3/7/2025
9.2.2-beta.216 185 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 221 3/5/2025
9.2.2-beta.212 184 3/5/2025
9.2.2-beta.211 224 3/4/2025
9.2.2-beta.210 199 3/4/2025
9.2.2-beta.208 94 3/3/2025
9.2.1 618 3/3/2025
9.2.1-beta.207 130 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 105 2/26/2025
9.2.0-beta.199 75 2/26/2025
9.2.0-beta.198 76 2/26/2025
9.1.1-beta.197 120 2/25/2025
9.1.1-beta.196 108 2/25/2025
9.1.1-beta.195 83 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 90 2/24/2025
9.1.1-beta.191 111 2/24/2025
9.1.1-beta.190 90 2/19/2025
9.1.1-beta.189 81 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 114 2/18/2025
9.1.1-beta.182 88 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 101 2/17/2025
9.1.1-beta.177 95 2/12/2025
9.1.1-beta.176 118 2/11/2025
9.1.1-beta.175 92 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 82 2/5/2025
9.1.1-beta.165 79 2/5/2025
9.1.1-beta.164 82 2/3/2025
9.1.1-beta.162 88 2/3/2025
9.1.1-beta.155 123 1/30/2025
9.1.1-beta.154 86 1/30/2025
9.1.1-beta.153 78 1/30/2025
9.1.1-beta.152 96 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 412 1/23/2025
9.1.1-beta.145 84 1/22/2025
9.1.1-beta.144 110 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 88 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 53 1/15/2025