Senparc.Ncf.Database.PostgreSQL 0.13.4-preview4

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

Senparc.Ncf.Database.PostgreSQL

Senparc.Ncf.Database.PostgreSQL adds PostgreSQL support to NCF's common Entity Framework Core database configuration model.

Features

  • Implements PostgreSQLDatabaseConfiguration.
  • Applies PostgreSQL options and XNCF migration assembly/history conventions.
  • Uses the same provider-selection and multi-database flow as the other NCF adapters.

Installation

<PackageReference Include="Senparc.Ncf.Database.PostgreSQL" Version="0.26.0-preview3" />

Key API

Pass PostgreSQLDatabaseConfiguration to Register.UseNcfDatabase(...), or let the configured database factory select it. The inherited UseDatabase(...) method is the main entry point for connection strings and module migration metadata.

Configure PostgreSQL naming, extensions, connection pooling, and migration permissions in the host application.

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

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Senparc.Ncf.Database.PostgreSQL:

Package Downloads
Senparc.Ncf.DatabasePlant

Senparc.Ncf.DatabasePlant 数据库组装厂。 一般只在开发环境下对数据库修改时使用,因此可以添加条件编译符号,如: <PackageReference Condition=" 'Release' != 'Release' " Include="Senparc.Ncf.DatabasePlant" Version="0.2.200.102-beta1" />

Senparc.Xncf.WeixinManager

NCF 模块:盛派官方发布的微信管理后台 使用此插件可以在 NCF 中快速集成微信公众号、小程序的部分基础管理功能,欢迎大家一起扩展! 微信 SDK 基于 Senparc.Weixin SDK 开发。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.13.4-preview4 49 7/31/2026
0.13.3-preview3 119 7/28/2026
0.13.2-preview2 169 7/26/2026
0.13.1-preview1 305 6/17/2026
0.12.12.1-preview 206 5/9/2026
0.12.11-preview.1 140 2/13/2026
0.12.10.4-preview 155 12/28/2025
0.12.10.2-preview 150 12/28/2025
0.12.10-preview.1 242 11/1/2025
0.12.8.7-preview1 251 8/20/2025
0.12.8.5-preview1 241 8/18/2025
0.12.8.4-preview1 268 7/14/2025
0.12.8.3-preview1 317 7/2/2025
0.12.8.2-preview1 268 7/2/2025
0.12.8.1-preview1 340 6/6/2025
0.12.8-preview1 418 4/29/2025
0.12.6-preview1 324 4/12/2025
0.12.5.4-preview1 195 4/12/2025
0.12.5.2-preview1 277 3/9/2025
0.12.2-preview 162 6/16/2026
Loading failed

v0.1.0 创世
[2024-09-10] v0.11.4-preview1 升级缓存基础库
[2025-01-25] v0.12.5-preview1 Update Agents functions, support for function calling
[2025-04-29] v0.12.7-preview1 Update CO2NET and AIKernel
[2025-04-29] v0.12.8-preview1 Update CO2NET and AIKernel
[2025-11-01] update basic libraries, including Senparc.AI
[2026-07-17] v0.13.2-preview2 同步上游项目版本并适配统一本地化能力
1、Dependency update from Senparc.Ncf.Core to 0.25.0-preview2
2、Dependency update from Senparc.Ncf.Database to 0.21.2-preview2
3、Dependency update from Senparc.Ncf.Utility to 0.21.0-preview2
[2026-07-29] v0.13.3-preview3 Dependency update from Senparc.Ncf.Core to 0.26.0-preview3
[2026-07-31] v0.13.4-preview4 升级 CO2NET 4.2.0 基础依赖
1、升级 Senparc.CO2NET 至 4.2.0 并保持现有项目行为兼容