Senparc.Ncf.DatabasePlant 0.21.4-preview4

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

Senparc.Ncf.DatabasePlant

Senparc.Ncf.DatabasePlant is a development-time database provider bundle for NCF. It references the official NCF database adapters so that migrations and database maintenance can be performed against every supported provider from one project.

Features

  • Makes the SQL Server, SQLite, MySQL, PostgreSQL, Oracle, DaMeng (DM), and in-memory configuration types available together.
  • Helps module authors run multi-provider migration and schema checks during development.
  • Keeps production dependencies explicit: the bundle can be referenced only for non-Release builds.

Installation

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

For a development-only reference:

<ProjectReference Condition="'$(Configuration)' != 'Release'"
                  Include="..\..\..\Basic\Senparc.Ncf.DatabasePlant\Senparc.Ncf.DatabasePlant.csproj" />

Key API and usage

The package exposes the provider implementations consumed by Senparc.Ncf.Database.Register.UseNcfDatabase(...) and by XNCF migration infrastructure. The concrete types include MySqlDatabaseConfiguration, SqlServerDatabaseConfiguration, SqliteDatabaseConfiguration, PostgreSQLDatabaseConfiguration, OracleDatabaseConfiguration, DmDatabaseConfiguration, and InMemoryDatabaseConfiguration.

Use the provider-specific package in production when only one database engine is required. Keep this aggregate package in development or migration tooling to avoid shipping unnecessary providers.

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 (17)

Showing the top 5 NuGet packages that depend on Senparc.Ncf.DatabasePlant:

Package Downloads
Senparc.Xncf.XncfBuilder

Senparc.Xncf.XncfBuilder 快速生成 XNCF 模块基础程序代码

Senparc.Xncf.DatabaseToolkit

Senparc.Xncf.DatabaseToolkit 修改命名空间

Senparc.Xncf.AIKernel

AI 核心模块,基于 Senparc.AI 为所有 AI 项目提供基础能力

Senparc.Xncf.SystemCore

系统核心模块(运行系统必须)

Senparc.Xncf.Tenant

系统核心模块(运行系统必须)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.21.4-preview4 17 7/31/2026
0.21.3-preview3 103 7/28/2026
0.21.2-preview2 162 7/26/2026
0.21.1-preview1 294 6/17/2026
0.20.14.1-preview 199 5/9/2026
0.20.13-preview.1 136 2/13/2026
0.20.12.4-preview 151 12/28/2025
0.20.12.2-preview 129 12/28/2025
0.20.12-preview.1 229 11/1/2025
0.20.10.6-preview1 246 8/20/2025
0.20.10.4-preview1 236 8/18/2025
0.20.10.3-preview1 266 7/14/2025
0.20.10.2-preview1 308 7/2/2025
0.20.10.1-preview1 270 7/2/2025
0.20.10-preview1 307 6/24/2025
0.20.9.1-preview1 253 6/6/2025
0.20.9-preview1 353 5/18/2025
0.20.8-preview1 267 4/29/2025
0.20.7-preview1 334 4/12/2025
0.20.2-preview 157 6/16/2026
Loading failed

v0.1.0 创世
v0.11.3 添加 Oracle 库引用:Senparc.Ncf.Database.Oracle
v0.13.5 完成 .NET 8.0 当前所有数据库 EF Core 的集成
v0.16.0 添加大梦(Dm)数据库支持
[2024-09-10] v0.19.4-preview1 升级缓存基础库
[2024-12-27] v0.20.2-preview1 Add exception log for UseXncfModules() auto progress
[2025-01-25] v0.20.6-preview1 Update Agents functions, support for function calling
[2025-04-29] v0.20.8-preview1 Update CO2NET and AIKernel
[2025-05-18] v0.20.9-preview1 Update Installation
[2025-06-20] v0.20.10-preview1 Add MCP functions in XncfRegisterBase class
[2025-11-01] update basic libraries, including Senparc.AI
[2026-07-17] v0.21.2-preview2 同步上游项目版本并适配统一本地化能力
1、Dependency update from Senparc.Ncf.Core to 0.25.0-preview2
2、Dependency update from Senparc.Ncf.Database.Dm to 0.7.2-preview2
3、Dependency update from Senparc.Ncf.Database.InMemory to 0.20.2-preview2
4、Dependency update from Senparc.Ncf.Database.MySql to 0.20.2-preview2
5、Dependency update from Senparc.Ncf.Database.Oracle to 0.10.2-preview2
6、Dependency update from Senparc.Ncf.Database.PostgreSQL to 0.13.2-preview2
7、Dependency update from Senparc.Ncf.Database.SqlServer to 0.20.2-preview2
8、Dependency update from Senparc.Ncf.Database.Sqlite to 0.20.2-preview2
9、Dependency update from Senparc.Ncf.Database to 0.21.2-preview2
10、Dependency update from Senparc.Ncf.Utility to 0.21.0-preview2
11、Dependency update from Senparc.Ncf.XncfBase to 0.23.3-preview2
[2026-07-29] v0.21.3-preview3 Dependency update from Senparc.Ncf.Core to 0.26.0-preview3
[2026-07-31] v0.21.4-preview4 Dependency update from Senparc.Ncf.Core to 0.27.0-preview4