rivet-cli 0.8.1

Rivet: PostgreSQL/MySQL → Parquet/CSV (local, S3, GCS). Crate name rivet-cli; binary rivet.
Documentation
1
2
3
4
5
6
7
/// Cursor state for incremental exports.
#[derive(Debug, Clone)]
pub struct CursorState {
    pub export_name: String,
    pub last_cursor_value: Option<String>,
    pub last_run_at: Option<String>,
}