sql_cli/core/
mod.rs

1//! Core business logic and application state management
2//!
3//! This module contains the central components that manage application state,
4//! buffer management, and service orchestration.
5
6pub mod search_manager;
7
8// Core components will be moved here:
9// - app_state_container.rs
10// - buffer_manager.rs
11// - service_container.rs
12// - global_state.rs