AgencyDotNet.Sql.Common
0.1.194-g9adaaec0b7
dotnet add package AgencyDotNet.Sql.Common --version 0.1.194-g9adaaec0b7
NuGet\Install-Package AgencyDotNet.Sql.Common -Version 0.1.194-g9adaaec0b7
<PackageReference Include="AgencyDotNet.Sql.Common" Version="0.1.194-g9adaaec0b7" />
<PackageVersion Include="AgencyDotNet.Sql.Common" Version="0.1.194-g9adaaec0b7" />
<PackageReference Include="AgencyDotNet.Sql.Common" />
paket add AgencyDotNet.Sql.Common --version 0.1.194-g9adaaec0b7
#r "nuget: AgencyDotNet.Sql.Common, 0.1.194-g9adaaec0b7"
#:package AgencyDotNet.Sql.Common@0.1.194-g9adaaec0b7
#addin nuget:?package=AgencyDotNet.Sql.Common&version=0.1.194-g9adaaec0b7&prerelease
#tool nuget:?package=AgencyDotNet.Sql.Common&version=0.1.194-g9adaaec0b7&prerelease
Agency.Sql.Common
Abstract SQL runner base for the Agency AI Toolkit — shared query execution logic for SQL-backed providers.
Install
dotnet add package AgencyDotNet.Sql.Common
Types
SqlRunnerBase— abstract base providingExecuteAsync(non-query) andQueryAsync<TResult>(returnsDataset). Concrete subclasses supply the ADO.NET connection.
Usage
Use a concrete implementation:
AgencyDotNet.Sql.Postgres— PostgreSQLAgencyDotNet.Sql.Sqlite— SQLite
Part of the Agency AI Toolkit — an open-source .NET RAG pipeline.
| 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. |
-
net10.0
- AgencyDotNet.Common (>= 0.1.194-g9adaaec0b7)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.9)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.9)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on AgencyDotNet.Sql.Common:
| Package | Downloads |
|---|---|
|
AgencyDotNet.Sql.Postgres
PostgreSQL raw-SQL runner for the Agency AI Toolkit with a built-in vectorize() macro that inlines pgvector literals from natural-language strings via IEmbeddingGenerator. |
|
|
AgencyDotNet.Sql.Sqlite
SQLite raw-SQL runner for the Agency AI Toolkit with a built-in vectorize() macro that inlines embedding literals from natural-language strings via IEmbeddingGenerator. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.194-g9adaaec0b7 | 97 | 9/1/2026 |
| 0.1.192-gd2744cd928 | 100 | 9/1/2026 |