athena_rs 1.1.0

Database gateway API
Documentation
1
2
3
4
5
6
//! Change Data Capture (CDC) module for streaming database changes.
//!
//!

pub mod postgres;
pub mod websocket;