Re-exports§
pub use widgets::debug_widget;
pub use widgets::editor_widget;
pub use widgets::help_widget;
pub use widgets::history_widget;
pub use widgets::search_modes_widget;
pub use widgets::stats_widget;
pub use data::csv_datasource;
pub use data::csv_fixes;
pub use data::data_analyzer;
pub use data::data_exporter;
pub use data::data_provider;
pub use data::datasource_adapter;
pub use data::datasource_trait;
pub use data::datatable;
pub use data::datatable_buffer;
pub use data::datatable_converter;
pub use data::datatable_loaders;
pub use data::datatable_view;
pub use ui::enhanced_tui;
pub use ui::key_handling::dispatcher as key_dispatcher;
pub use ui::rendering::tui_renderer;
pub use ui::state::tui_state;
pub use ui::tui_app;
pub use sql::cache;
pub use sql::cursor_aware_parser;
pub use sql::hybrid_parser;
pub use sql::parser;
pub use sql::recursive_parser;
pub use sql::smart_parser;
pub use sql::sql_highlighter;
pub use sql::where_ast;
pub use sql::where_parser;
pub use utils::app_paths;
pub use utils::debouncer;
pub use utils::debug_helpers;
pub use utils::debug_info;
pub use utils::debug_service;
pub use utils::dual_logging;
pub use utils::logging;
pub use config::config as config_module;
pub use config::key_bindings;
pub use config::schema_config;
Modules§
- action_
handler - api
- External API client and models
- api_
client - app_
state_ container - buffer
- buffer_
handler - column_
manager - completion_
manager - config
- Configuration module
- core
- Core business logic and application state management
- cursor_
manager - cursor_
operations - data
- Data layer for DataTable/DataView architecture
- debug
- dynamic_
schema - global_
state - handlers
- help_
text - history
- history_
manager - history_
protection - input_
manager - non_
interactive - search_
filter - service_
container - services
- sql
- SQL parsing, execution, and optimization
- state
- State management components
- state_
manager - text_
navigation - ui
- User interface layer
- utils
- Utility functions and helpers
- virtual_
table - widget_
traits - widgets
- UI widgets for the TUI application
- yank_
manager
Macros§
- debug_
log - debug_
trace - dual_
log - Convenience macro for logging
- log_
debug - log_
error - Log at different levels
- log_
info - log_
warn - trace_
buffer_ switch - trace_
key - trace_
operation - Convenience macros for common operations
- trace_
query