athena_rs 3.6.0

Hyper performant polyglot Database driver
Documentation
1
2
3
4
5
6
//! ## Postgres CDC
pub mod sequin;

pub use sequin::{
    AuditLogger, CdcState, CdcTableConfig, backfill_from_csv, load_table_configs, stream_events,
};