sql-cli 1.69.4

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
//! Data format converters
//!
//! Converters transform data between different formats
//! (CSV, JSON, `DataTable`, etc.)

// Will contain:
// - csv_converter.rs
// - json_converter.rs
// - datatable_converter.rs