dinedal / textql

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

Add support for reading SQL from a file #141

Closed naoyafurudono closed 1 year ago

naoyafurudono commented 1 year 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> ...