sabiql 1.10.0

A fast, driver-less TUI for browsing and editing PostgreSQL databases
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod key_chip;
mod panel_border;
pub mod scroll_indicator;
mod spinner;
mod sql_highlight;
pub mod status_message;
mod text_cursor;
mod yank_flash;

pub use key_chip::{key_chip, key_text};
pub use panel_border::{panel_block, panel_block_highlight};
pub use spinner::spinner_char;
pub use sql_highlight::{highlight_sql, highlight_sql_with_cursor};
pub use text_cursor::{cursor_style, insert_cursor_span, text_cursor_spans};
pub use yank_flash::{apply_yank_flash, apply_yank_flash_masked};