Vidyano.PostgreSQL
6.0.20250913.6081
Prefix Reserved
dotnet add package Vidyano.PostgreSQL --version 6.0.20250913.6081
NuGet\Install-Package Vidyano.PostgreSQL -Version 6.0.20250913.6081
<PackageReference Include="Vidyano.PostgreSQL" Version="6.0.20250913.6081" />
<PackageVersion Include="Vidyano.PostgreSQL" Version="6.0.20250913.6081" />
<PackageReference Include="Vidyano.PostgreSQL" />
paket add Vidyano.PostgreSQL --version 6.0.20250913.6081
#r "nuget: Vidyano.PostgreSQL, 6.0.20250913.6081"
#:package Vidyano.PostgreSQL@6.0.20250913.6081
#addin nuget:?package=Vidyano.PostgreSQL&version=6.0.20250913.6081
#tool nuget:?package=Vidyano.PostgreSQL&version=6.0.20250913.6081
Vidyano.PostgreSQL
Supported Frameworks
Vidyano Clients
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 | Versions 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. |
-
net10.0
- Microsoft.EntityFrameworkCore.Proxies (>= 10.0.0-rc.1.25451.107)
- Npgsql.EntityFrameworkCore.PostgreSQL (>= 10.0.0-rc.1)
- Vidyano (>= 6.0.20250913.6081)
-
net8.0
- Microsoft.EntityFrameworkCore.Proxies (>= 8.0.11)
- Npgsql.EntityFrameworkCore.PostgreSQL (>= 8.0.11)
- Vidyano (>= 6.0.20250913.6081)
-
net9.0
- Microsoft.EntityFrameworkCore.Proxies (>= 9.0.4)
- Npgsql.EntityFrameworkCore.PostgreSQL (>= 9.0.4)
- Vidyano (>= 6.0.20250913.6081)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.