Module cdc.mysql.driver
niveathika/cdc.mysql.driver
0.1.0
Overview
This library provides the necessary Debezium drivers required for the CDC (Change Data Capture) connector in Ballerina. It enables listening to changes in MsSQL databases seamlessly within Ballerina projects.
Usage
To include the cdc.mssql.driver
dependency in your project, simply import the module as shown below:
import ballerinax/cdc; import ballerinax/cdc.mssql.driver as _;
The cdc.mssql.driver
library is bundled with the required drivers, so no additional configuration is needed.