decaf-orm.npgsql 0.1.339

This package has a SemVer 2.0.0 package version: 0.1.339+26eabe84386eaca344a8a49dbe6b7d73d2e21a33.
dotnet add package decaf-orm.npgsql --version 0.1.339
                    
NuGet\Install-Package decaf-orm.npgsql -Version 0.1.339
                    
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="decaf-orm.npgsql" Version="0.1.339" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="decaf-orm.npgsql" Version="0.1.339" />
                    
Directory.Packages.props
<PackageReference Include="decaf-orm.npgsql" />
                    
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 decaf-orm.npgsql --version 0.1.339
                    
#r "nuget: decaf-orm.npgsql, 0.1.339"
                    
#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 decaf-orm.npgsql@0.1.339
                    
#: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=decaf-orm.npgsql&version=0.1.339
                    
Install as a Cake Addin
#tool nuget:?package=decaf-orm.npgsql&version=0.1.339
                    
Install as a Cake Tool

decaf-orm.npgsql

This package is the Npgsql implementation for decaf-orm, it provides all the method implementations to build queries specifically for PostgreSQL databases.

The package has two dependencies:

  1. decaf-orm
  2. decaf-orm.db

Both of these packages are .Net Standard 2.0 only, and thus are usable across almost all .Net Core, .Net Framework and other .Net Standard projects.

To use Npgsql (for example):

services.AddDecaf(o => o.UseNpgsql(b => b.WithConnectionDetails(...).UseQuotedIdentifiers()));

Ideally your IConnectionDetails would be injected already so you don't need to use WithConnectionDetails or WithConnectionString. At present decaf does not support 'delayed resolution' of the IConnectionDetails and it will need to be passed in at the time you setup decaf.

Status:

Build
Build
Sonar Cloud
Quality Gate Status Maintainability Rating Code Smells Coverage Technical Debt
Reliability Rating Duplicated Lines (%) Vulnerabilities Bugs Security Rating

Documentation

Documentation can be found here: README.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  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 was computed.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.339 29 7/12/2025
0.1.325 33 6/23/2025
0.1.321 34 6/23/2025
0.1.268 73 7/10/2024
0.1.265 45 7/10/2024
0.1.264 64 7/7/2024
0.1.259 68 7/7/2024
0.1.245 70 5/12/2024
0.1.210 88 3/15/2024