Galosys.Foundation.Sqlite
26.7.31.1
dotnet add package Galosys.Foundation.Sqlite --version 26.7.31.1
NuGet\Install-Package Galosys.Foundation.Sqlite -Version 26.7.31.1
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="Galosys.Foundation.Sqlite" Version="26.7.31.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Galosys.Foundation.Sqlite" Version="26.7.31.1" />
<PackageReference Include="Galosys.Foundation.Sqlite" />
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 Galosys.Foundation.Sqlite --version 26.7.31.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Galosys.Foundation.Sqlite, 26.7.31.1"
#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 Galosys.Foundation.Sqlite@26.7.31.1
#: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=Galosys.Foundation.Sqlite&version=26.7.31.1
#tool nuget:?package=Galosys.Foundation.Sqlite&version=26.7.31.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
⇒ 仅用于framework项目的集成,方便使用
成熟度: 🟢 稳定 — SQLite 嵌入式行式 OLTP 引擎
// appsettings.json
// "ConnectionStrings": { "SQLite": "provider=Microsoft.Data.Sqlite;DataSource=..." }
// 使用(由 AddDataSources() 自动注册)
var ds = sp.GetRequiredKeyedService<IDataSource>("SQLite");
await using var conn = ds.GetConnection();
await conn.ExecuteAsync("INSERT INTO Orders (Id, Amount) VALUES (@Id, @Amount)", order);
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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.
-
net10.0
- Galosys.Foundation.Core (>= 26.7.31.1)
- Galosys.Foundation.Data (>= 26.7.31.1)
- microsoft.data.sqlite.core (>= 8.0.8)
- SQLitePCLRaw.bundle_e_sqlite3 (>= 2.1.10)
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 |
|---|---|---|
| 26.7.31.1 | 0 | 7/31/2026 |
| 26.7.30.1 | 32 | 7/30/2026 |
| 26.7.29.1 | 40 | 7/29/2026 |
| 26.7.28.1 | 74 | 7/28/2026 |
| 26.7.26.2 | 88 | 7/26/2026 |
| 26.7.26.1 | 86 | 7/25/2026 |
| 26.7.25.1 | 83 | 7/25/2026 |
| 26.7.24.2 | 87 | 7/24/2026 |
| 26.7.24.1 | 87 | 7/24/2026 |
| 26.7.22.1 | 95 | 7/23/2026 |
| 26.7.21.1 | 91 | 7/22/2026 |
| 26.7.20.2 | 92 | 7/20/2026 |
| 26.7.20.1 | 81 | 7/20/2026 |
| 26.7.19.3 | 86 | 7/19/2026 |
| 26.7.19.2 | 90 | 7/19/2026 |
| 26.7.19.1 | 86 | 7/19/2026 |
| 26.7.18.2 | 91 | 7/18/2026 |
| 26.7.18.1 | 93 | 7/18/2026 |
| 26.7.14.1 | 92 | 7/14/2026 |
| 26.7.13.1 | 102 | 7/13/2026 |
Loading failed