home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1248479485

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/489#issuecomment-1248479485 https://api.github.com/repos/simonw/sqlite-utils/issues/489 1248479485 IC_kwDOCGYnMM5Kakj9 9599 2022-09-15T18:52:52Z 2022-09-15T18:53:45Z OWNER

The most similar option I have at the moment is probably --flatten. What would good names for this option be?

  • --auto-list
  • --auto-key
  • --inner-key
  • --auto-json
  • --find-list
  • --find-key

Those are all bad.

Another option: introduce a new explicit format for it. Right now the explicit formats you can use are:

https://github.com/simonw/sqlite-utils/blob/d9b9e075f07a20f1137cd2e34ed5d3f1a3db4ad8/docs/cli-reference.rst#L153-L158

So I could add a :autojson format.

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