Hacker News new | ask | show | jobs
by dgsb 1087 days ago
I do use sqlite too to process csv file, but I either rely on csvkit to generate the schema from the csv or create the table with raw sql before inserting data in the sqlite database.