Carrigan.SqlTools.Clients.PostgreSql 0.7.0

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

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

Carrigan.SqlTools.Clients.PostgreSql

PostgreSQL client support for Carrigan.SqlTools.

This package provides the PostgreSQL-specific client layer for Carrigan.SqlTools. It is intended for applications and libraries that need to execute Carrigan.SqlTools-generated SQL against PostgreSQL databases.

Installation

dotnet add package Carrigan.SqlTools.Clients.PostgreSql

Package role

Carrigan.SqlTools.Clients.PostgreSql builds on the shared Carrigan.SqlTools client infrastructure and provides PostgreSQL-specific behavior for the client layer.

The intended package layering is:

Carrigan.SqlTools
        |
        v
Carrigan.SqlTools.Clients.Core
        |
        v
Carrigan.SqlTools.Clients.PostgreSql

Most application projects that need PostgreSQL client support should reference this package directly. The shared core client package is intended to be brought in transitively.

When to use this package

Use this package when your project needs PostgreSQL support for Carrigan.SqlTools client operations.

This package is appropriate for:

  • PostgreSQL-backed applications using Carrigan.SqlTools.
  • Libraries that need Carrigan.SqlTools PostgreSQL client support.
  • Tests that execute generated SQL against PostgreSQL.
  • Projects that need PostgreSQL-specific database client behavior.
  • Carrigan.SqlTools
  • Carrigan.SqlTools.Clients.Core
  • Carrigan.SqlTools.Generators.PostgreSql
  • Carrigan.SqlTools.Clients.SqlServer
  • Carrigan.SqlTools.Generators.SqlServer

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

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

Package Downloads
Carrigan.SqlTools.PostgreSql

Convenience package for PostgreSQL support in Carrigan.SqlTools. References the PostgreSQL SQL generator and PostgreSQL client packages so applications can install PostgreSQL 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 42 7/24/2026
0.7.0-alpha.202607232350 35 7/23/2026
0.7.0-alpha.202607230225 43 7/23/2026
0.7.0-alpha.202607200640 55 7/20/2026
0.7.0-alpha.202607170545 54 7/17/2026
0.6.1 138 6/11/2026
0.6.0 113 6/8/2026
0.6.0-alpha.202606080807 64 6/8/2026