Description
Read the SQL query from a file instead of the command line.
Examples
sql-pipe -f analysis.sql data.csv
# or
cat data.csv | sql-pipe -f analysis.sql
Acceptance Criteria
Notes
- Implementation: ~20 lines
- Pure upside, no trade-offs
- Universally understood pattern (every SQL CLI tool supports this)
Description
Read the SQL query from a file instead of the command line.
Examples
Acceptance Criteria
-f <file>/--file <file>reads SQL query from fileNotes