DbSyncKit.Core is the fundamental package that provides core components and infrastructure for performing database synchronization operations. It includes essential classes, interfaces, and utilities to streamline synchronization tasks across various database providers.
Key Features
Synchronization Classes: Contains classes like
Synchronization
that facilitate data synchronization between source and destination databases.Query Generation: Supports dynamic SQL query generation for database operations.
Result Object: The
Result<T>
class provides detailed information about the outcome of a synchronization operation, including added, edited, and deleted records.
Installation
To install DbSyncKit.Core, use the following NuGet Package Manager command:
dotnet add package DbSyncKit.Core
Documentation
Explore the detailed API documentation for DbSyncKit.Core to understand its classes, methods, and usage:
Dependencies
DbSyncKit.Core may have dependencies on other packages. Ensure that you have the required dependencies installed.
Continue exploring other topics in the Usage Guide.