noborus / trdsql

CLI tool that can execute SQL queries on CSV, LTSV, JSON, YAML and TBLN. Can output to various formats.
https://noborus.github.io/trdsql/
MIT License
1.96k stars 73 forks source link

Changed the for statement to use range #167

Closed noborus closed 2 years ago

noborus commented 2 years ago

Changed to use range as much as possible in the for statement (Refactoring).