February 27, 2023
SQLite is so darn useful. Yesterday, I used its built-in CSV ingestion capability on a personal project to turn a large CSV file into a queryable database in seconds. Awesome tool in the toolbelt.
@cleverdevil not to be that guy, but https:// duckdb.org is so great for analytics tasks in a sqlite way. Especially with select * from read_csv_auto() etc
jsonbecker, Feb 27 2023 on micro.blog