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