home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 753545381

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/215#issuecomment-753545381 https://api.github.com/repos/simonw/sqlite-utils/issues/215 753545381 MDEyOklzc3VlQ29tbWVudDc1MzU0NTM4MQ== 9599 2021-01-02T23:52:52Z 2021-01-02T23:52:52Z OWNER

Idea: a db.cached_counts() method that returns a dictionary of data from the _counts table. Call it with a list of tables to get back the counts for just those tables.

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