CommunityToolkit.Aspire.Hosting.Sqlite 9.9.0

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package CommunityToolkit.Aspire.Hosting.Sqlite --version 9.9.0
                    
NuGet\Install-Package CommunityToolkit.Aspire.Hosting.Sqlite -Version 9.9.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="9.9.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="9.9.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 9.9.0
                    
#r "nuget: CommunityToolkit.Aspire.Hosting.Sqlite, 9.9.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@9.9.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=9.9.0
                    
Install as a Cake Addin
#tool nuget:?package=CommunityToolkit.Aspire.Hosting.Sqlite&version=9.9.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 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-beta.444 204 11/17/2025
13.0.0-beta.443 202 11/17/2025
13.0.0-beta.440 83 11/15/2025
13.0.0-beta.439 244 11/12/2025
13.0.0-beta.438 214 11/12/2025
13.0.0-beta.436 217 11/12/2025
13.0.0-beta.435 225 11/11/2025
13.0.0-beta.433 141 11/10/2025
13.0.0-beta.432 143 11/10/2025
13.0.0-beta.431 142 11/6/2025
13.0.0-beta.430 126 11/6/2025
9.9.0 1,004 11/3/2025
9.9.0-beta.427 149 11/3/2025
9.8.1-beta.426 132 11/3/2025
9.8.1-beta.424 140 10/28/2025
9.8.1-beta.420 128 10/27/2025
9.8.1-beta.419 124 10/27/2025
9.8.1-beta.417 124 10/27/2025
9.8.1-beta.414 129 10/24/2025
9.8.1-beta.413 132 10/22/2025
9.8.1-beta.410 125 10/16/2025
9.8.1-beta.408 108 10/16/2025
9.8.1-beta.407 117 10/16/2025
9.8.1-beta.406 121 10/15/2025
9.8.0 2,496 9/26/2025
9.8.0-beta.405 116 10/15/2025
9.8.0-beta.404 118 10/13/2025
9.8.0-beta.402 131 9/29/2025
9.8.0-beta.401 117 9/29/2025
9.8.0-beta.399 121 9/26/2025
9.8.0-beta.398 130 9/25/2025
9.8.0-beta.397 128 9/25/2025
9.8.0-beta.395 123 9/24/2025
9.8.0-beta.394 130 9/23/2025
9.8.0-beta.393 131 9/23/2025
9.8.0-beta.392 132 9/23/2025
9.8.0-beta.389 260 9/18/2025
9.8.0-beta.388 261 9/16/2025
9.8.0-beta.386 209 9/15/2025
9.8.0-beta.385 208 9/15/2025
9.8.0-beta.384 60 9/13/2025
9.8.0-beta.376 136 9/8/2025
9.8.0-beta.375 66 9/6/2025
9.8.0-beta.373 149 9/5/2025
9.8.0-beta.372 142 9/4/2025
9.8.0-beta.370 133 9/2/2025
9.8.0-beta.364 124 9/1/2025
9.7.2 1,537 8/29/2025
9.7.2-beta.362 171 8/29/2025
9.7.2-beta.361 171 8/29/2025
9.7.2-beta.360 175 8/29/2025
9.7.2-beta.359 181 8/28/2025
9.7.2-beta.358 172 8/28/2025
9.7.2-beta.357 169 8/28/2025
9.7.1 337 8/27/2025
9.7.1-beta.355 170 8/27/2025
9.7.1-beta.354 176 8/27/2025
9.7.1-beta.353 175 8/27/2025
9.7.1-beta.352 172 8/27/2025
9.7.1-beta.351 175 8/27/2025
9.7.1-beta.348 161 8/14/2025
9.7.1-beta.344 95 8/10/2025
9.7.1-beta.343 211 8/8/2025
9.7.1-beta.342 222 8/7/2025
9.7.1-beta.341 208 8/6/2025
9.7.1-beta.340 194 8/5/2025
9.7.1-beta.339 188 8/5/2025
9.7.0 775 8/1/2025
9.7.0-beta.337 92 8/1/2025
9.7.0-beta.336 100 8/1/2025
9.7.0-beta.335 102 8/1/2025
9.7.0-beta.333 113 7/30/2025
9.6.1-beta.332 103 7/30/2025
9.6.1-beta.331 105 7/30/2025
9.6.1-beta.330 102 7/30/2025
9.6.1-beta.329 101 7/30/2025
9.6.1-beta.328 117 7/29/2025
9.6.1-beta.327 123 7/28/2025
9.6.1-beta.326 117 7/28/2025
9.6.0 1,185 7/10/2025
9.6.0-beta.324 129 7/10/2025
9.5.1-beta.323 129 7/10/2025
9.5.1-beta.322 129 7/10/2025
9.5.1-beta.321 130 7/10/2025
9.5.1-beta.320 132 7/9/2025
9.5.1-beta.319 128 7/8/2025
9.5.1-beta.318 129 7/2/2025
9.5.1-beta.317 131 6/30/2025
9.5.1-beta.315 134 6/26/2025
9.5.1-beta.314 129 6/23/2025
9.5.1-beta.313 117 6/20/2025
9.5.1-beta.312 125 6/20/2025
9.5.1-beta.311 156 6/18/2025
9.5.1-beta.310 132 6/17/2025
9.5.1-beta.309 131 6/17/2025
9.5.1-beta.308 128 6/17/2025
9.5.1-beta.307 136 6/16/2025
9.5.1-beta.306 278 6/11/2025
9.5.1-beta.305 113 6/7/2025
9.5.1-beta.304 113 6/6/2025
9.5.1-beta.303 130 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 173 5/28/2025
9.5.0 729 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 221 5/16/2025
9.4.1-beta.286 227 5/16/2025
9.4.1-beta.285 219 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 649 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 138 4/23/2025
9.4.1-beta.273 173 4/23/2025
9.4.1-beta.272 145 4/23/2025
9.4.1-beta.271 136 4/23/2025
9.4.1-beta.270 167 4/20/2025
9.4.0 577 4/20/2025
9.4.0-beta.269 151 4/20/2025
9.4.0-beta.268 155 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 957 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 148 4/1/2025
9.3.1-beta.252 138 3/27/2025
9.3.1-beta.250 156 3/27/2025
9.3.1-beta.249 149 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 139 3/19/2025
9.3.0 749 3/19/2025
9.3.0-beta.239 140 3/19/2025
9.2.2-beta.237 139 3/19/2025
9.2.2-beta.236 236 3/14/2025
9.2.2-beta.230 149 3/13/2025
9.2.2-beta.229 136 3/13/2025
9.2.2-beta.228 176 3/11/2025
9.2.2-beta.227 179 3/11/2025
9.2.2-beta.226 181 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 149 3/9/2025
9.2.2-beta.217 190 3/7/2025
9.2.2-beta.216 183 3/7/2025
9.2.2-beta.215 196 3/7/2025
9.2.2-beta.214 207 3/5/2025
9.2.2-beta.213 218 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 196 3/4/2025
9.2.2-beta.208 94 3/3/2025
9.2.1 616 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 75 2/26/2025
9.2.1-beta.203 105 2/26/2025
9.2.0 234 2/26/2025
9.2.0-beta.202 82 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 118 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 86 2/25/2025
9.1.1-beta.193 106 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 88 2/19/2025
9.1.1-beta.189 80 2/19/2025
9.1.1-beta.188 92 2/19/2025
9.1.1-beta.187 97 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 104 2/18/2025
9.1.1-beta.180 91 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 115 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 102 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 79 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 108 1/29/2025
9.1.1-beta.148 112 1/26/2025
9.1.1-beta.147 76 1/26/2025
9.1.1-beta.146 409 1/23/2025
9.1.1-beta.145 83 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 106 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 96 1/17/2025
9.1.1-beta.136 76 1/15/2025
9.1.1-beta.135 52 1/15/2025