Hacker News new | ask | show | jobs
by d3mcfadden 1511 days ago
Cool, I didn't know about .mode and .import. Super handy tip.
1 comments

You can also use

    .mode csv
    .headers on
    .output file.csv
Then run a query and it gets output to file.csv.