sql-cli 1.73.1

SQL query tool for CSV/JSON with both interactive TUI and non-interactive CLI modes - perfect for exploration and automation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! UI widgets for the TUI application
//!
//! This module contains all reusable UI components/widgets
//! used by the TUI for rendering different parts of the interface.

pub mod crosshair_widget;
pub mod debounced_input;
pub mod debug_widget;
pub mod editor_widget;
pub mod help_widget;
pub mod history_widget;
pub mod search_modes_widget;
pub mod stats_widget;
pub mod tab_bar_widget;