home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1262914416

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/sqlite-utils/issues/297#issuecomment-1262914416 https://api.github.com/repos/simonw/sqlite-utils/issues/297 1262914416 IC_kwDOCGYnMM5LRotw 9599 2022-09-29T22:56:53Z 2022-09-29T22:56:53Z OWNER

Potential names/designs:

  • sqlite-utils fast data.db rows rows.csv
  • sqlite-utils insert-fast data.db rows rows.csv
  • sqlite-utils fast-csv data.db rows rows.csv

Or more interestingly... what if it could accept multiple CSV files to create multiple tables?

  • sqlite-utils fast data.db rows.csv other.csv

Would still need to support creating tables with different names though. Maybe like this:

  • sqlite-utils fast data.db -t mytable rows.csv -t othertable other.csv

I seem to be leaning towards fast as the command name, but as a standalone command name it's a bit meaningless - how do we know that's about CSV import and not about fast querying or similar?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
944846776  
Powered by Datasette · Queries took 1.12ms · About: github-to-sqlite