sql-cli 1.67.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
pub mod engine;
pub mod renderers;
pub mod tui;
pub mod types;

pub use engine::ChartEngine;
pub use tui::ChartTui;
pub use types::*;