home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 623027889

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/dogsheep/github-to-sqlite/issues/38#issuecomment-623027889 https://api.github.com/repos/dogsheep/github-to-sqlite/issues/38 623027889 MDEyOklzc3VlQ29tbWVudDYyMzAyNzg4OQ== 9599 2020-05-02T23:15:11Z 2020-05-02T23:15:11Z MEMBER

This is one of the use-cases for the repos_starred view: it allows you to easily run this kid of query without having to construct the SQL by hand. Here's a demo:

https://github-to-sqlite.dogsheep.net/github/repos_starred?name__contains=twitter

My philosophy here is to keep the raw tables (like stars) as normalized as possible, then use SQL views which expose the data in a form that's easier to query.

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