Usage Guide

Welcome to the DbSyncKit Usage Guide! This guide will walk you through the various aspects of using DbSyncKit for efficient data synchronization.

Basic Synchronization

Uncover the foundational steps to perform seamless data synchronization operations with DbSyncKit. Learn essential techniques for effective data management.

Synchronization Results

Delve into the intricacies of interpreting synchronization results and gain insights into error handling strategies. Understand how to navigate and leverage the detailed information provided.

Generating SQL Queries

Unlock the power of DbSyncKit by learning how to generate SQL queries from synchronization results. Explore advanced techniques for in-depth data analysis and further customization.

Proceed to each section to gain a comprehensive understanding of DbSyncKit's usage. If you're new to DbSyncKit, start with the Getting Started Guide.

Child Pages

Basic Synchronization

In this guide, we'll walk through the process of performing a basic data synchronization operation using DbSyncKit.

Synchronization Results

After performing a synchronization operation with DbSyncKit, you receive a Result<T> object that provides detailed information about the changes made during the process.

Generating SQL Queries

In addition to synchronizing data, DbSyncKit allows you to generate SQL queries based on the changes detected during synchronization. This feature is valuable for understanding the exact SQL statements that will be executed in the destination database.

Cross-Database Migration

DbSyncKit allows you to perform cross-database migration, syncing data between different database providers. In this guide, we'll walk through a basic example of migrating data from MySQL to MSSQL.