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
// Cache module for SQL CLI

#[cfg(feature = "redis-cache")]
pub mod redis_cache;

#[cfg(feature = "redis-cache")]
pub use redis_cache::RedisCache;