Live data from Hacker News

Sqawk: A fusion of SQL and Awk: Applying SQL to text-based data files

github.com

11–12 of 12 posts

Re: Sqawk: A fusion of SQL and Awk: Applying SQL to text-based data files

#11
post #4

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
Post reply on HN