sql-cli 1.70.0

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
//! Core business logic and application state management
//!
//! This module contains the central components that manage application state,
//! buffer management, and service orchestration.

pub mod search_manager;

// Core components will be moved here:
// - app_state_container.rs
// - buffer_manager.rs
// - service_container.rs
// - global_state.rs