Senparc.Ncf.Database.MySql.Backup 0.20.9

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

Senparc.Ncf.Database.MySql.Backup

Senparc.Ncf.Database.MySql.Backup extends the NCF MySQL adapter with backup-aware database configuration behavior.

Features

  • Builds on Senparc.Ncf.Database.MySql through MySqlWithBackupDatabaseConfiguration.
  • Keeps MySQL connection, migration, and schema operations compatible with NCF's database abstraction.
  • Exposes the provider-specific backup SQL hook used by NCF maintenance tooling.

Installation

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

The package ID preserves the existing Backcup spelling for compatibility; the source directory and type use Backup.

Key API

Use MySqlWithBackupDatabaseConfiguration anywhere NCF accepts an IDatabaseConfiguration. The inherited UseDatabase(...) method configures EF Core and XNCF migration metadata; the overridden backup hook supplies the provider-specific backup operation.

Backups still require database credentials, filesystem permissions, and an operational retention policy supplied by 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

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
0.20.9 59 8/23/2026
0.20.8-preview8 62 8/14/2026
0.20.7-preview7 63 8/12/2026
0.20.6-preview6 62 8/8/2026
0.20.5-preview5 67 8/3/2026
0.20.4-preview4 59 7/31/2026
0.20.3-preview3 68 7/28/2026
0.20.2-preview2 58 7/26/2026
0.20.1-preview1 88 6/17/2026
0.19.12.1-preview 88 5/9/2026
0.19.11-preview.1 99 2/13/2026
0.19.10.4-preview 96 12/28/2025
0.19.10.2-preview 103 12/28/2025
0.19.10-preview.1 134 11/1/2025
0.19.8.7-preview1 194 8/20/2025
0.19.8.5-preview1 197 8/18/2025
0.19.8.4-preview1 204 7/14/2025
0.19.8.3-preview1 207 7/2/2025
0.19.8.2-preview1 188 7/2/2025
0.19.2-preview 80 6/16/2026
Loading failed

v0.1.0 创世
[2024-09-10] v0.18.4-preview1 升级缓存基础库
[2025-01-25] v0.19.5-preview1 Update Agents functions, support for function calling
[2025-04-29] v0.19.7-preview1 Update CO2NET and AIKernel
[2025-04-29] v0.19.8-preview1 Update CO2NET and AIKernel
[2025-11-01] update basic libraries, including Senparc.AI
[2026-07-17] v0.20.2-preview2 同步上游项目版本并适配统一本地化能力
1、Dependency update from Senparc.Ncf.Core to 0.25.0-preview2
2、Dependency update from Senparc.Ncf.Database.MySql to 0.20.2-preview2
3、Dependency update from Senparc.Ncf.Database to 0.21.2-preview2
4、Dependency update from Senparc.Ncf.Utility to 0.21.0-preview2
[2026-07-29] v0.20.3-preview3 Dependency update from Senparc.Ncf.Core to 0.26.0-preview3
[2026-07-31] v0.20.4-preview4 Dependency update from Senparc.Ncf.Core to 0.27.0-preview4
[2026-08-04] v0.20.5-preview5 Dependency updates from upstream projects
1、Dependency update from Senparc.Ncf.Core to 0.28.0-preview5
2、Dependency update from Senparc.Ncf.Database.MySql to 0.20.5-preview5
3、Dependency update from Senparc.Ncf.Database to 0.21.5-preview5
[2026-08-08] v0.20.6-preview6 Dependency updates from upstream projects
1、Dependency update from Senparc.Ncf.Core to 0.28.1-preview6
2、Dependency update from Senparc.Ncf.Database.MySql to 0.20.6-preview6
3、Dependency update from Senparc.Ncf.Database to 0.21.6-preview6
[2026-08-13] v0.20.7-preview7 Dependency update from Senparc.Ncf.Core to 0.28.2-preview7; Senparc.Ncf.Database.MySql to 0.20.7-preview7; Senparc.Ncf.Database to 0.21.7-preview7
[2026-08-15] v0.20.8-preview8 Dependency update from Senparc.Ncf.Core to 0.29.0-preview8
[2026-08-22] v0.20.9-preview9 同步 Senparc.Ncf.Database.MySql.Backcup 依赖版本
1、递归更新上游项目依赖,保持 Senparc.Ncf.Database.MySql.Backcup 与当前版本组合兼容