home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 751925934

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/datasette/issues/1160#issuecomment-751925934 https://api.github.com/repos/simonw/datasette/issues/1160 751925934 MDEyOklzc3VlQ29tbWVudDc1MTkyNTkzNA== 9599 2020-12-29T02:40:13Z 2020-12-29T20:25:57Z OWNER

Basic command design:

datasette insert data.db blah.csv

The options can include:

  • --format to specify the exact format - without this it will be guessed based on the filename
  • --table to specify the table (otherwise the filename is used)
  • --pk to specify one or more primary key columns
  • --replace to specify that existing rows with a matching primary key should be replaced
  • --upsert to specify that existing matching rows should be upserted
  • --ignore to ignore matching rows
  • --alter to alter the table to add missing columns
  • --type column type to specify the type of a column - useful when working with CSV or TSV files
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
775666296  
Powered by Datasette · Queries took 0.846ms · About: github-to-sqlite