dinedal / textql

Execute SQL against structured text like CSV or TSV
MIT License
9.05k stars 300 forks source link

Add support for reading SQL from a file #141

Closed naoyafurudono closed 10 months ago

naoyafurudono commented 12 months ago

Add support for reading SQL source from a file. This PR make textql possible to read query from single file like this:

textql -sqlfile <path to sql file> ...