Carrigan.SqlTools.Clients.SqlServer 0.7.0

dotnet add package Carrigan.SqlTools.Clients.SqlServer --version 0.7.0
                    
NuGet\Install-Package Carrigan.SqlTools.Clients.SqlServer -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.SqlServer" 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.SqlServer" Version="0.7.0" />
                    
Directory.Packages.props
<PackageReference Include="Carrigan.SqlTools.Clients.SqlServer" />
                    
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.SqlServer --version 0.7.0
                    
#r "nuget: Carrigan.SqlTools.Clients.SqlServer, 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.SqlServer@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.SqlServer&version=0.7.0
                    
Install as a Cake Addin
#tool nuget:?package=Carrigan.SqlTools.Clients.SqlServer&version=0.7.0
                    
Install as a Cake Tool

<a id="carrigan.sqltools.clients.sqlserver"></a>

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 rows returned by SQL Server.

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.

SQL Server is a trademark of Microsoft Corporation. This project is not affiliated with or endorsed by Microsoft.

This library may generate or execute SQL. Review generated SQL before use in production systems. Always test against non-production databases first.

Use caution with schema, migration, and data-modifying operations. The authors are not responsible for data loss, downtime, or unintended database changes.


Features

  • ADO.NET execution wrapper
    Run queries generated by Carrigan.SqlTools.Generators.SqlServer directly against SQL Server.

  • Invoker integration
    Create object instances from SQL Server result rows using the shared invocation infrastructure.

  • Encryption support
    Decrypt properties that use encryption logic defined through interfaces and attributes in Carrigan.Core.

  • Designed for SQL Server
    Optimized specifically for Microsoft SQL Server.


Installation

Carrigan.SqlTools.Clients.SqlServer is available as a NuGet package:

dotnet add package Carrigan.SqlTools.Clients.SqlServer

SQL Server is a trademark of Microsoft Corporation. This project is not affiliated with or endorsed by Microsoft.


Disclaimers

SQL Server is a trademark of Microsoft Corporation. This project is not affiliated with or endorsed by Microsoft.

This library may generate or execute SQL. Review generated SQL before use in production systems. Always test against non-production databases first.

Use caution with schema, migration, and data-modifying operations. The authors are not responsible for data loss, downtime, or unintended database changes.

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 (1)

Showing the top 1 NuGet packages that depend on Carrigan.SqlTools.Clients.SqlServer:

Package Downloads
Carrigan.SqlTools.SqlServer

Convenience package for SQL Server support in Carrigan.SqlTools. References the SQL Server SQL generator and SQL Server client packages so applications can install SQL Server query generation and execution support from one package.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.7.0 40 7/25/2026
0.7.0-alpha.202607240141 38 7/24/2026
0.7.0-alpha.202607232350 34 7/23/2026
0.7.0-alpha.202607230225 39 7/23/2026
0.7.0-alpha.202607200640 43 7/20/2026
0.7.0-alpha.202607170545 62 7/17/2026
0.6.1 140 6/11/2026
0.6.0 117 6/8/2026
0.6.0-alpha.202606080807 66 6/8/2026