home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 865495370

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/290#issuecomment-865495370 https://api.github.com/repos/simonw/sqlite-utils/issues/290 865495370 MDEyOklzc3VlQ29tbWVudDg2NTQ5NTM3MA== 9599 2021-06-22T03:14:30Z 2021-06-22T03:14:30Z OWNER

One small problem with the existing method: https://github.com/simonw/sqlite-utils/blob/8cedc6a8b29180e68326f6b76f249d5e39e4b591/sqlite_utils/db.py#L362-L365

It returns a full list, but what if the user would rather have a generator they can iterate over without loading the results into memory in one go?

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