Module cdc.mysql.driver

niveathika/cdc.mysql.driver

0.2.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 MySQL databases seamlessly within Ballerina projects.

Usage

To include the cdc.mysql.driver dependency in your project, simply import the module as shown below:

Copy
import ballerinax/cdc;
import ballerinax/cdc.mysql.driver as _;

The cdc.mysql.driver library is bundled with the required drivers, so no additional configuration is needed.

Import

import niveathika/cdc.mysql.driver;Copy

Metadata

Released date: 15 days ago

Version: 0.2.0

License: Apache-2.0


Compatibility

Platform: java21

Ballerina version: 2201.12.2

GraalVM compatible: Yes


Pull count

Total: 2

Current verison: 1


Weekly downloads


Source repository


Contributors

Other versions

0.2.0

0.1.0