athena_rs 3.26.2

Hyper performant polyglot Database driver
Documentation
1
2
3
4
5
6
7
8
9
//! Compatibility facade for the extracted `athena-cdc` Postgres helpers.

pub mod sequin;

pub use sequin::{
    AuditLogger, CdcState, CdcTableConfig, backfill_from_csv, build_delete_sql, build_insert_sql,
    build_update_sql, infer_pk_columns, load_table_configs, sanitize_table_reference,
    stream_events, value_to_sql_literal,
};