sabiql 1.8.2

A fast, driver-less TUI for browsing and editing PostgreSQL databases
Documentation
1
2
3
pub trait ClipboardWriter: Send + Sync {
    fn copy_text(&self, content: &str) -> Result<(), String>;
}