home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 688481374

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/149#issuecomment-688481374 https://api.github.com/repos/simonw/sqlite-utils/issues/149 688481374 MDEyOklzc3VlQ29tbWVudDY4ODQ4MTM3NA== 9599 2020-09-07T19:19:08Z 2020-09-07T19:19:08Z OWNER

reading through the code for github-to-sqlite repos - one of the things it does is calls save_license for each repo:

https://github.com/dogsheep/github-to-sqlite/blob/39b2234253096bd579feed4e25104698b8ccd2ba/github_to_sqlite/utils.py#L259-L262

python def save_license(db, license): if license is None: return None return db["licenses"].insert(license, pk="key", replace=True).last_pk

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