NuvTools.Data.EntityFrameworkCore.PostgreSQL 9.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package NuvTools.Data.EntityFrameworkCore.PostgreSQL --version 9.5.0
                    
NuGet\Install-Package NuvTools.Data.EntityFrameworkCore.PostgreSQL -Version 9.5.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="NuvTools.Data.EntityFrameworkCore.PostgreSQL" Version="9.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NuvTools.Data.EntityFrameworkCore.PostgreSQL" Version="9.5.0" />
                    
Directory.Packages.props
<PackageReference Include="NuvTools.Data.EntityFrameworkCore.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 NuvTools.Data.EntityFrameworkCore.PostgreSQL --version 9.5.0
                    
#r "nuget: NuvTools.Data.EntityFrameworkCore.PostgreSQL, 9.5.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 NuvTools.Data.EntityFrameworkCore.PostgreSQL@9.5.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=NuvTools.Data.EntityFrameworkCore.PostgreSQL&version=9.5.0
                    
Install as a Cake Addin
#tool nuget:?package=NuvTools.Data.EntityFrameworkCore.PostgreSQL&version=9.5.0
                    
Install as a Cake Tool

Nuv Tools Data Libraries

Nuv Tools Data Libraries are a set of .NET libraries designed to simplify and standardize data access and manipulation. They provide abstractions and helpers for common data operations, as well as seamless integration with Entity Framework Core for SQL Server and PostgreSQL. All libraries support .NET 8 and .NET 9.

Libraries Overview

NuvTools.Data

Core library with generic helpers for data manipulation:

  • Paging: Abstracts paging logic for collections, making it easy to implement paged results in APIs and UIs.
  • Filtering and Utilities: Provides reusable components for filtering, sorting, and transforming data.
  • No direct dependency on any ORM or database provider.

NuvTools.Data.EntityFrameworkCore

Extensions for Entity Framework Core:

  • DbContext Registration: Simplifies the registration of EF Core contexts in DI containers.
  • Connection Management: Helpers for managing connection strings and configuration.
  • Repository Patterns: Utilities to implement repository and unit-of-work patterns with EF Core.
  • Works with any EF Core-supported database provider.

NuvTools.Data.EntityFrameworkCore.SqlServer

Specialized helpers for SQL Server with EF Core:

  • DbContext Registration: Extension methods to register SQL Server contexts using connection names or strings.
  • Configuration Integration: Supports loading connection strings from configuration files (e.g., appsettings.json).
  • Custom Options: Allows customization of SQL Server-specific EF Core options.

NuvTools.Data.EntityFrameworkCore.PostgreSQL

Specialized helpers for PostgreSQL with EF Core:

  • DbContext Registration: Extension methods to register PostgreSQL contexts using connection names or strings.
  • Configuration Integration: Supports loading connection strings from configuration files (e.g., appsettings.json).
  • Npgsql Options: Allows customization of PostgreSQL-specific EF Core options via NpgsqlDbContextOptionsBuilder.
Product Compatible and additional computed target framework versions.
.NET 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 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 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
10.0.0 101 12/6/2025
9.5.0 137 10/25/2025
9.3.3 594 7/15/2025
9.3.2 427 5/22/2025
9.3.1 234 4/13/2025
9.3.0 169 4/12/2025
9.2.2 206 4/10/2025
9.2.0 518 3/25/2025
9.1.2 532 3/24/2025
9.1.1 512 3/24/2025