Carrigan.SqlTools.Clients.Core
0.7.0
dotnet add package Carrigan.SqlTools.Clients.Core --version 0.7.0
NuGet\Install-Package Carrigan.SqlTools.Clients.Core -Version 0.7.0
<PackageReference Include="Carrigan.SqlTools.Clients.Core" Version="0.7.0" />
<PackageVersion Include="Carrigan.SqlTools.Clients.Core" Version="0.7.0" />
<PackageReference Include="Carrigan.SqlTools.Clients.Core" />
paket add Carrigan.SqlTools.Clients.Core --version 0.7.0
#r "nuget: Carrigan.SqlTools.Clients.Core, 0.7.0"
#:package Carrigan.SqlTools.Clients.Core@0.7.0
#addin nuget:?package=Carrigan.SqlTools.Clients.Core&version=0.7.0
#tool nuget:?package=Carrigan.SqlTools.Clients.Core&version=0.7.0
<a id="carrigan.sqltools.clients.core"></a>
Carrigan.SqlTools.Clients.Core
Shared core client infrastructure for the Carrigan.SqlTools database dialect client packages.
This package contains the common base types, abstractions, and shared client-side functionality used by database-specific Carrigan.SqlTools client implementations. It is primarily intended to be consumed transitively through dialect-specific packages.
Most users should install one of the database-specific client packages instead of referencing this package directly.
Intended usage
Use this package directly only when you are:
- Building a new Carrigan.SqlTools client package for another SQL dialect.
- Extending the Carrigan.SqlTools client infrastructure.
- Working on the Carrigan.SqlTools internals.
- Creating tests or shared infrastructure for dialect-specific clients.
For normal application development, prefer installing a dialect-specific package, such as:
dotnet add package Carrigan.SqlTools.Clients.SqlServer
or:
dotnet add package Carrigan.SqlTools.Clients.PostgreSql
Those packages should bring this package in automatically as a dependency.
Package role
Carrigan.SqlTools.Clients.Core provides shared functionality for the client layer of Carrigan.SqlTools, while database-specific behavior belongs in the dialect client packages.
The intended package layering is:
Carrigan.SqlTools
|
v
Carrigan.SqlTools.Clients.Core
|
+--> Carrigan.SqlTools.Clients.SqlServer
|
+--> Carrigan.SqlTools.Clients.PostgreSql
What this package is not
This package is not intended to be the main public entry point for most applications.
It does not represent a complete SQL Server, PostgreSQL, or other database client by itself. Instead, it provides the shared foundation used by those client packages.
Related packages
Carrigan.SqlToolsCarrigan.SqlTools.Clients.SqlServerCarrigan.SqlTools.Clients.PostgreSqlCarrigan.SqlTools.Generators.SqlServerCarrigan.SqlTools.Generators.PostgreSql
Versioning
Carrigan.SqlTools packages are currently prerelease packages while the public API is still being refined. Breaking changes may occur between prerelease versions.
License
This project is licensed under the Apache License 2.0.
See the included LICENSE file for details.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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 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
- Carrigan.Core (>= 0.1.5)
- Carrigan.SqlTools (>= 0.7.0)
-
net9.0
- Carrigan.Core (>= 0.1.5)
- Carrigan.SqlTools (>= 0.7.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Carrigan.SqlTools.Clients.Core:
| Package | Downloads |
|---|---|
|
Carrigan.SqlTools.Clients.PostgreSql
PostgreSQL client support for Carrigan.SqlTools. This package provides PostgreSQL-specific client functionality for executing Carrigan.SqlTools-generated SQL against PostgreSQL databases, using the shared Carrigan.SqlTools client core infrastructure. |
|
|
Carrigan.SqlTools.Clients.SqlServer
Carrigan.SqlTools.Clients.SqlServer is a companion library to Carrigan.SqlTools.Generators.SqlServer, focused on executing SQL Server queries at runtime. It provides a wrapper around ADO.NET that makes it easier to run the queries generated by Carrigan.SqlTools.Generators.SqlServer. It also uses the shared invocation infrastructure to create model instances from SQL Server result rows. In addition, the library handles decryption of encrypted properties when encryption logic has been defined through the interfaces and attributes provided by Carrigan.Core. Together with Carrigan.SqlTools.Generators.SqlServer, this library provides a full workflow for generating, executing, and consuming SQL Server queries with object-oriented protections. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.7.0 | 49 | 7/25/2026 |
| 0.7.0-alpha.202607240141 | 53 | 7/24/2026 |
| 0.7.0-alpha.202607232350 | 44 | 7/23/2026 |
| 0.7.0-alpha.202607230225 | 49 | 7/23/2026 |
| 0.7.0-alpha.202607200640 | 60 | 7/20/2026 |
| 0.7.0-alpha.202607170545 | 69 | 7/17/2026 |
| 0.6.1 | 186 | 6/11/2026 |
| 0.6.0 | 149 | 6/8/2026 |
| 0.6.0-alpha.202606080807 | 81 | 6/8/2026 |