sql-cli 1.31.0

Powerful CSV/JSON TUI with advanced SQL engine - vim-inspired terminal interface for data exploration
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.json

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