rivet-cli 0.9.3

Rivet: PostgreSQL/MySQL/SQL Server → Parquet/CSV (local, S3, GCS, Azure). 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>,
}