sabiql 1.11.0

A fast, driver-less TUI for browsing and editing PostgreSQL databases
Documentation
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_spans};
pub use text_cursor::{
    CursorKind, ModalTextSurface, build_modal_text_surface_lines, cursor_style_for,
    insert_cursor_span, insert_cursor_span_with_kind, render_modal_text_surface,
    set_terminal_cursor, text_cursor_spans, text_cursor_spans_with_kind,
};
pub use yank_flash::{apply_yank_flash, apply_yank_flash_masked};