sql-cli 1.41.0

SQL query tool for CSV/JSON with both interactive TUI and non-interactive CLI modes - perfect for exploration and automation
Documentation
# Rust
target/
Cargo.lock

# C#
# Only ignore bin/ and obj/ at root level, not in subdirectories like src/bin/
/bin/
/obj/
*.user
*.suo
*.cache
*.swp
*.pdb
*.dll
*.exe
*.mdb
*.userprefs
.vs/
.vscode/
*.DotSettings.user
*.ncrunchsolution
*.ncrunchproject
# Only ignore .NET Debug/Release folders at specific paths
TradeApi*/**/[Dd]ebug/
TradeApi*/**/[Rr]elease/

# IDE
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Logs
*.log
logs/
customers.csv

# VHS and demos
sql-cli/demos/vhs
sql-cli/demos/ttyd
# Keep demo GIFs in the repo for README
# sql-cli/demos/*.gif

# Large test data files
data/trades_*.json
data/trades_*.csv
!data/trades.json
!data/trades_10k.json
trades_100k.json
trades_100000.csv

# SQL-CLI specific
trades_*.json
trades_*.csv
test_shift_g.rs
test_*.csv
test_state_comparison
test_results.txt
tests/__pycache__/
__pycache__/