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
                    
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="Carrigan.SqlTools.Clients.Core" Version="0.7.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Carrigan.SqlTools.Clients.Core" Version="0.7.0" />
                    
Directory.Packages.props
<PackageReference Include="Carrigan.SqlTools.Clients.Core" />
                    
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 Carrigan.SqlTools.Clients.Core --version 0.7.0
                    
#r "nuget: Carrigan.SqlTools.Clients.Core, 0.7.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 Carrigan.SqlTools.Clients.Core@0.7.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=Carrigan.SqlTools.Clients.Core&version=0.7.0
                    
Install as a Cake Addin
#tool nuget:?package=Carrigan.SqlTools.Clients.Core&version=0.7.0
                    
Install as a Cake Tool

<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.

  • Carrigan.SqlTools
  • Carrigan.SqlTools.Clients.SqlServer
  • Carrigan.SqlTools.Clients.PostgreSql
  • Carrigan.SqlTools.Generators.SqlServer
  • Carrigan.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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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