sql-cli 1.73.1

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
[alias]
# Simple aliases that run formatting before build operations
# Use: cargo fb    instead of cargo build
# Use: cargo fr    instead of cargo run
# Use: cargo ft    instead of cargo test

# Note: These use shell scripts to ensure formatting happens first
fb = "!./build.sh"
fr = "!./run.sh"
ft = "!./test.sh"