home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 925321439

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/325#issuecomment-925321439 https://api.github.com/repos/simonw/sqlite-utils/issues/325 925321439 IC_kwDOCGYnMM43J0jf 9599 2021-09-22T20:52:56Z 2021-09-22T20:52:56Z OWNER

Updated documentation: https://sqlite-utils.datasette.io/en/latest/cli.html#running-queries-directly-against-csv-or-json

If two files have the same name they will be assigned a numeric suffix:

$ sqlite-utils memory foo/data.csv bar/data.csv "select * from data_2"
{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
990844088  
Powered by Datasette · Queries took 1.011ms · About: github-to-sqlite