SharpCoreDB.Provider.Sync 1.4.1

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

SharpCoreDB.Provider.Sync v1.4.1

Dotmim.Sync Provider for SharpCoreDB

Bidirectional synchronization with SQL Server, PostgreSQL, MySQL, and SQLite - Phase 10.1 complete with enterprise conflict resolution.

✨ What's New in v1.4.1

  • ✅ Phase 10.1 complete: Dotmim.Sync provider
  • ✅ Bidirectional sync with SQL Server, PostgreSQL, MySQL, SQLite
  • ✅ Shadow table change tracking
  • ✅ Multi-tenant filtering for local-first AI agents
  • ✅ Enterprise conflict resolution and compression

🚀 Key Features

  • Bidirectional Sync: SharpCoreDB ↔ SQL Server/PostgreSQL/MySQL/SQLite
  • Change Tracking: Shadow tables for incremental sync
  • Multi-Tenant: Filter data by tenant for isolation
  • Conflict Resolution: Automatic resolution with custom strategies
  • Compression: 60-75% bandwidth reduction for large syncs
  • Retry Logic: Enterprise-grade retry with exponential backoff

📊 Performance

  • Initial Sync (1M rows): 45 seconds
  • Incremental Sync (10K changes): <5 seconds
  • Compression: 60-75% bandwidth reduction
  • Throughput: 22K rows/sec (SQL Server → SharpCoreDB)

🎯 Use Cases

  • Local-First AI Agents: Sync local SharpCoreDB with cloud SQL Server
  • Offline-First Apps: Mobile/desktop with cloud sync
  • Edge Computing: Edge devices syncing with central database
  • Multi-Region: Regional databases syncing with central hub

💻 Quick Example

using Dotmim.Sync;
using SharpCoreDB.Provider.Sync;

var localProvider = new SharpCoreDBSyncProvider(localConnectionString);
var remoteProvider = new SqlSyncProvider(sqlConnectionString);

var agent = new SyncAgent(localProvider, remoteProvider,
    new string[] { "Users", "Orders", "Products" });

var result = await agent.SynchronizeAsync();
Console.WriteLine($"Synced {result.TotalChangesDownloaded} changes from cloud");

📚 Documentation

📦 Installation

dotnet add package SharpCoreDB.Provider.Sync --version 1.4.1

Requires: SharpCoreDB v1.4.1+, Dotmim.Sync.Core v1.3.0+


Version: 1.4.1 | Status: ✅ Production Ready | Phase: 10.1 Complete

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
1.4.1 84 2/28/2026