sql-cli 1.67.2

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
pub mod buffer_ops;
pub mod column_ops;
pub mod input_ops;
pub mod navigation;
pub mod yank_ops;

pub use buffer_ops::BufferManagementBehavior;
pub use column_ops::ColumnBehavior;
pub use input_ops::InputBehavior;
pub use navigation::NavigationBehavior;
pub use yank_ops::YankBehavior;