NGB.Platform.PostgreSql
1.3.1
dotnet add package NGB.Platform.PostgreSql --version 1.3.1
NuGet\Install-Package NGB.Platform.PostgreSql -Version 1.3.1
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="NGB.Platform.PostgreSql" Version="1.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NGB.Platform.PostgreSql" Version="1.3.1" />
<PackageReference Include="NGB.Platform.PostgreSql" />
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 NGB.Platform.PostgreSql --version 1.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NGB.Platform.PostgreSql, 1.3.1"
#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 NGB.Platform.PostgreSql@1.3.1
#: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=NGB.Platform.PostgreSql&version=1.3.1
#tool nuget:?package=NGB.Platform.PostgreSql&version=1.3.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
NGB.Platform.PostgreSql
PostgreSQL provider implementations and migration support for NGB Platform.
Install
dotnet add package NGB.Platform.PostgreSql
What It Contains
- PostgreSQL readers, writers, repositories, and unit-of-work implementation.
- Dapper/Npgsql integration.
- Evolve migration support and embedded platform schema migration resources.
- Reporting SQL execution and PostgreSQL dataset support.
- Dependency injection extensions such as
AddNgbPostgres(...).
Notes
Migration SQL files are embedded in NGB.PostgreSql.dll and discovered by the NGB migrator infrastructure.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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.
-
net10.0
- Dapper (>= 2.1.79)
- Evolve (>= 3.2.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.9)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.9)
- Microsoft.Extensions.Options (>= 10.0.9)
- NGB.Platform.Accounting (>= 1.3.1)
- NGB.Platform.Application.Abstractions (>= 1.3.1)
- NGB.Platform.Core (>= 1.3.1)
- NGB.Platform.Metadata (>= 1.3.1)
- NGB.Platform.OperationalRegisters (>= 1.3.1)
- NGB.Platform.Persistence (>= 1.3.1)
- NGB.Platform.ReferenceRegisters (>= 1.3.1)
- NGB.Platform.Tools (>= 1.3.1)
- Npgsql (>= 10.0.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NGB.Platform.PostgreSql:
| Package | Downloads |
|---|---|
|
NGB.Platform.Migrator.Core
Shared schema migrator CLI engine for NGB Platform migration-pack discovery, planning, execution, repair, validation, and schema locking. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Ensure packaged dashboard stylesheets are included in consuming application publish output.