Galosys.Foundation.DuckDB
26.8.3.1
dotnet add package Galosys.Foundation.DuckDB --version 26.8.3.1
NuGet\Install-Package Galosys.Foundation.DuckDB -Version 26.8.3.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.DuckDB" Version="26.8.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Galosys.Foundation.DuckDB" Version="26.8.3.1" />
<PackageReference Include="Galosys.Foundation.DuckDB" />
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.DuckDB --version 26.8.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Galosys.Foundation.DuckDB, 26.8.3.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.DuckDB@26.8.3.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.DuckDB&version=26.8.3.1
#tool nuget:?package=Galosys.Foundation.DuckDB&version=26.8.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
⇒ 仅用于framework项目的集成,方便使用
成熟度: 🟡 可用 — DuckDB 嵌入式列式 OLAP 引擎,支持 Parquet/CSV/JSON 直接查询
// appsettings.json
// "ConnectionStrings": { "DuckDB": "provider=DuckDB;DataSource=..." }
// 使用(由 AddDataSources() 自动注册)
var ds = sp.GetRequiredKeyedService<IDataSource>("DuckDB");
await using var conn = ds.GetConnection();
var result = await conn.QueryAsync<SalesSummary>(@"
SELECT category, SUM(amount) AS total
FROM parquet_scan('/data/sales/*.parquet')
GROUP BY category
");
注意:DuckDB 参数前缀为
$name而非@name
| 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
- DuckDB.NET.Data.Full (>= 1.0.2)
- Galosys.Foundation.Core (>= 26.8.3.1)
- Galosys.Foundation.Data (>= 26.8.3.1)
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.8.3.1 | 17 | 8/3/2026 |
| 26.7.31.1 | 39 | 7/31/2026 |
| 26.7.30.1 | 32 | 7/30/2026 |
| 26.7.29.1 | 74 | 7/29/2026 |
| 26.7.28.1 | 80 | 7/28/2026 |
| 26.7.26.2 | 87 | 7/26/2026 |
| 26.7.26.1 | 82 | 7/25/2026 |
| 26.7.25.1 | 90 | 7/25/2026 |
| 26.7.24.2 | 94 | 7/24/2026 |
| 26.7.24.1 | 86 | 7/24/2026 |
| 26.7.22.1 | 100 | 7/23/2026 |
| 26.7.21.1 | 95 | 7/21/2026 |
| 26.7.20.2 | 91 | 7/20/2026 |
| 26.7.20.1 | 79 | 7/20/2026 |
| 26.7.19.3 | 86 | 7/19/2026 |
| 26.7.19.2 | 89 | 7/19/2026 |
| 26.7.19.1 | 81 | 7/19/2026 |
| 26.7.18.2 | 85 | 7/18/2026 |
| 26.7.18.1 | 85 | 7/18/2026 |
| 26.7.17.1 | 93 | 7/17/2026 |
Loading failed