Module postgresql.cdc.driver

ballerinax/postgresql.cdc.driver Ballerina library

1.0.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 Postgres databases seamlessly within Ballerina projects.

Compatibility

Version
Ballerina Language2201.12.0
Debezium Postgres Driver3.0.8.Final

Usage

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

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

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

Import

import ballerinax/postgresql.cdc.driver;Copy

Metadata

Released date: 4 days ago

Version: 1.0.0

License: Apache-2.0


Compatibility

Platform: java21

Ballerina version: 2201.12.0

GraalVM compatible: Yes


Pull count

Total: 0

Current verison: 0


Weekly downloads


Source repository


Contributors

Other versions

1.0.0