mysql_cdc 0.2.1

MySQL/MariaDB binlog change data capture (CDC) connector for Rust
Documentation
1
2
3
4
5
6
7
#[derive(Clone, Copy, PartialEq, Debug)]
pub enum StartingStrategy {
    FromStart,
    FromEnd,
    FromPosition,
    FromGtid,
}