home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 753661292

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-753661292 https://api.github.com/repos/simonw/sqlite-utils/issues/215 753661292 MDEyOklzc3VlQ29tbWVudDc1MzY2MTI5Mg== 9599 2021-01-03T18:56:06Z 2021-01-03T18:56:23Z OWNER

Another option: on creation of the Database() object, check to see if the _counts table exists and use that as the default for a use_counts_table property. Also flip that property to True if the user calls .enable_counts() at any time.

{
    "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.937ms · About: github-to-sqlite