cleverdevil
cleverdevil

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.

|
Embed
In reply to
jsonbecker
jsonbecker

@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

|
Embed
cleverdevil
cleverdevil

@jsonbecker indeed! It’s quite good. But, SQLite is pervasively available on pretty much every computer I have access to. 😇

|
Embed