home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 691526878

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/782#issuecomment-691526878 https://api.github.com/repos/simonw/datasette/issues/782 691526878 MDEyOklzc3VlQ29tbWVudDY5MTUyNjg3OA== 9599 2020-09-12T18:21:41Z 2020-09-12T18:22:20Z OWNER

Would it be so bad if the default format had a "rows" key containing the array of rows? Maybe it wouldn't. The reason I always use ?_shape=array is because I want an array of objects, rather than an array of arrays that I have to match up again with their columns.

A default format that's an object rather than array also gives something for the ?_extra= parameter to add its extras to.

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