sql-cli 1.67.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
//! External API client and models
//!
//! This module handles communication with external APIs
//! and defines the data models for API requests/responses.

// API components to be moved here:
// - api_client.rs → client.rs
// - API response models
// - Endpoint definitions