sql-cli 1.71.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
12
13
14
15
//! Utility functions and helpers
//!
//! This module contains various utility functions, formatters,
//! and helper components used throughout the application.

pub mod app_paths;
pub mod debouncer;
pub mod debug_helpers;
pub mod debug_info;
pub mod debug_service;
pub mod dual_logging;
pub mod logging;
pub mod memory_audit;
pub mod memory_tracker;
pub mod string_utils;