BIT.Data.Sync.EfCore.Sqlite
7.0.3
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package BIT.Data.Sync.EfCore.Sqlite --version 7.0.3
NuGet\Install-Package BIT.Data.Sync.EfCore.Sqlite -Version 7.0.3
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="BIT.Data.Sync.EfCore.Sqlite" Version="7.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BIT.Data.Sync.EfCore.Sqlite --version 7.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: BIT.Data.Sync.EfCore.Sqlite, 7.0.3"
#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.
// Install BIT.Data.Sync.EfCore.Sqlite as a Cake Addin #addin nuget:?package=BIT.Data.Sync.EfCore.Sqlite&version=7.0.3 // Install BIT.Data.Sync.EfCore.Sqlite as a Cake Tool #tool nuget:?package=BIT.Data.Sync.EfCore.Sqlite&version=7.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SyncFramework
is c# a library that helps you synchronize any type of data, using delta encoding technology
There are currently 2 implementations of the SyncFramework
- SyncFramework for XPO
- SyncFramework for Entity Framework Core
If you want to learn more about data synchronization you can checkout the following blog posts:
- Data synchronization in a few words - https://www.jocheojeda.com/2021/10/10/data-synchronization-in-a-few-words/
- Parts of a Synchronization Framework - https://www.jocheojeda.com/2021/10/10/parts-of-a-synchronization-framework/
- Let�s write a Synchronization Framework in C# - https://www.jocheojeda.com/2021/10/11/lets-write-a-synchronization-framework-in-c/
- Synchronization Framework Base Classes - https://www.jocheojeda.com/2021/10/12/synchronization-framework-base-classes/
- Planning the first implementation - https://www.jocheojeda.com/2021/10/12/planning-the-first-implementation/
- Testing the first implementation - https://youtu.be/l2-yPlExSrg
- Adding network support - https://www.jocheojeda.com/2021/10/17/syncframework-adding-network-support/
Current version 7.0.X
Target Framework net6.0
- EfCore Version 7.0.3
- Postgres Version 7.0.3
- Pomelo Mysql Version 7.0.0
- Sqlite Version 7.0.3
- Sql Server Version 7.0.3
Nugets
- Common base classes and interfaces to implement delta synchronization https://www.nuget.org/packages/BIT.Data.Sync/
- EfCore Implementation https://www.nuget.org/packages/BIT.Data.Sync.EfCore/
- EfCore Implementation for postgres https://www.nuget.org/packages/BIT.Data.Sync.EfCore.Npgsql/
- EfCore Implementation for Mysql/MariaDB using Pomelo provider https://www.nuget.org/packages/BIT.Data.Sync.EfCore.Pomelo.MySql/
- EfCore Implementation for Sqlite https://www.nuget.org/packages/BIT.Data.Sync.EfCore.Sqlite/
- EfCore Implementation for MsSqlServer https://www.nuget.org/packages/BIT.Data.Sync.EfCore.SqlServer/
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- BIT.Data.Sync.EfCore (>= 7.0.3)
- Microsoft.EntityFrameworkCore.Sqlite (>= 7.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.