Vidyano.PostgreSQL 6.0.20260317.6325

Prefix Reserved
dotnet add package Vidyano.PostgreSQL --version 6.0.20260317.6325
                    
NuGet\Install-Package Vidyano.PostgreSQL -Version 6.0.20260317.6325
                    
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="Vidyano.PostgreSQL" Version="6.0.20260317.6325" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Vidyano.PostgreSQL" Version="6.0.20260317.6325" />
                    
Directory.Packages.props
<PackageReference Include="Vidyano.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 Vidyano.PostgreSQL --version 6.0.20260317.6325
                    
#r "nuget: Vidyano.PostgreSQL, 6.0.20260317.6325"
                    
#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 Vidyano.PostgreSQL@6.0.20260317.6325
                    
#: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=Vidyano.PostgreSQL&version=6.0.20260317.6325
                    
Install as a Cake Addin
#tool nuget:?package=Vidyano.PostgreSQL&version=6.0.20260317.6325
                    
Install as a Cake Tool

Vidyano.PostgreSQL

Nuget Version

Supported Frameworks

.NET 8.0 .NET 9.0 .NET 10.0

Vidyano Clients

GitHub Tag npm version

Vidyano.PostgreSQL is a powerful and flexible framework designed to simplify the development of business applications. This NuGet package provides the core libraries, components, and utilities needed to build scalable and maintainable solutions using Vidyano with PostgreSQL database.

Installation

Install the package via the NuGet Package Manager Console:

Install-Package Vidyano.PostgreSQL

Or via the .NET CLI:

dotnet add package Vidyano.PostgreSQL

Configuration

Configure Vidyano with PostgreSQL in your Startup.cs:

services.AddVidyanoPostgreSQL(Configuration);

Add your PostgreSQL connection string to appsettings.json:

{
  "ConnectionStrings": {
    "Vidyano": "Host=localhost;Database=YourDatabase;Username=postgres;Password=yourpassword"
  }
}

Documentation

For full documentation, see Vidyano docs

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

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
6.0.20260317.6325 85 3/17/2026
6.0.20260311.6316 79 3/11/2026
6.0.20260305.6307 82 3/5/2026
6.0.20260302.6305 86 3/3/2026
6.0.20260220.6301 87 2/23/2026
6.0.20260217.6294 96 2/17/2026
6.0.20260213.6291 98 2/13/2026
6.0.20260209.6285 99 2/9/2026
6.0.20260128.6263 102 1/28/2026
6.0.20260113.6242 113 1/13/2026
6.0.20251230.6224 122 12/30/2025
6.0.20251202.6202 656 12/2/2025
6.0.20251202.6201 657 12/2/2025
6.0.20251128.6195 101 11/28/2025
6.0.20251127.6193 173 11/27/2025
6.0.20251121.6191 293 11/21/2025
6.0.20251117.6180 323 11/17/2025
6.0.20251116.6174 228 11/16/2025
6.0.20251114.6172 219 11/14/2025
6.0.20251112.6167 274 11/12/2025
Loading failed