sql-cli 1.69.3

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
pub mod action_handlers;
pub mod actions;
pub mod history_input_handler;
pub mod input_handlers;

pub use action_handlers::*;
pub use actions::Action;
pub use history_input_handler::*;
pub use input_handlers::*;