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
/// CLI module - Organized command-line interface handlers
///
/// This module contains refactored components from main.rs to improve
/// code organization and maintainability.
pub mod help;
pub mod refactoring;

// TODO: Add more submodules as refactoring continues
// pub mod schema;       // --schema and --schema-json
// pub mod function_docs; // --list-functions, --function-help
// pub mod query_analysis; // --analyze-query, --cte-info