sabiql 1.10.0

A fast, driver-less TUI for browsing and editing PostgreSQL databases
Documentation
1
2
3
4
5
#[derive(Debug, Clone, PartialEq, Eq)]
pub struct WriteExecutionResult {
    pub affected_rows: usize,
    pub execution_time_ms: u64,
}