DbSyncKit.MSSQL is a package that extends DbSyncKit.DB, providing database-specific implementations and features tailored for Microsoft SQL Server (MSSQL). This package enhances DbSyncKit's capabilities to synchronize data efficiently with MSSQL databases.
Installation
To install the DbSyncKit.MSSQL package, use the following NuGet Package Manager command:
dotnet add package DbSyncKit.MSSQL
Make sure to include the appropriate version based on your project requirements.
Documentation
Explore the detailed API documentation for DbSyncKit.MSSQL to understand the classes, methods, and features specific to MSSQL database synchronization:
Refer to the Setup Guide for configuring DbSyncKit.MSSQL with your MSSQL database connections.
Continue exploring other topics in the Usage Guide.