dms-cdc-operator 0.1.26

The dms-cdc-operator is a Rust-based utility for comparing the state of a list of tables in an Amazon RDS database with data stored in Parquet files on Amazon S3, particularly useful for change data capture (CDC) scenarios
1
2
3
4
5
6
7
8
9
10
11
pub mod postgres_config;
pub mod postgres_geometry_type;
pub mod postgres_operator;
pub mod postgres_operator_impl;
pub mod postgres_row_struct;
pub mod table_mode;
pub mod table_query;

#[cfg(test)]
mod postgres_geometry_type_tests;
mod postgres_operator_tests;