home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 691537426

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association pull_request body repo type active_lock_reason performed_via_github_app reactions draft state_reason
691537426 MDU6SXNzdWU2OTE1Mzc0MjY= 959 Internals API idea: results.dicts in addition to results.rows 9599 open 0     0 2020-09-03T00:50:17Z 2020-09-03T00:50:17Z   OWNER  

I just wrote this code: python results = await database.execute(SEARCH_SQL, {"query": query}) return [dict(r) for r in results.rows] How about having results.dicts as a utility property that does that?

107914493 issue    
{
    "url": "https://api.github.com/repos/simonw/datasette/issues/959/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
   

Links from other tables

  • 2 rows from issues_id in issues_labels
  • 0 rows from issue in issue_comments
Powered by Datasette · Queries took 0.932ms · About: github-to-sqlite