Comment on Sqawk: A fusion of SQL and Awk: Applying SQL to text-based data filesComments−augusto-moura1yAlso relevant, SQLite supports loading CSV files as virtual tables [1][1]: https://sqlite.org/csv.html−mrbungie1yAnd don't forget DuckDB [1].[1] https://duckdb.org/docs/stable/data/csv/overview.html−samgranieri1yAnd also there’s the \COPY command in postgresql−zabzonk1yas has odbc from way back when
Comments
Also relevant, SQLite supports loading CSV files as virtual tables [1]
[1]: https://sqlite.org/csv.html
And don't forget DuckDB [1].
[1] https://duckdb.org/docs/stable/data/csv/overview.html
And also there’s the \COPY command in postgresql
as has odbc from way back when