home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 862493179

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/267#issuecomment-862493179 https://api.github.com/repos/simonw/sqlite-utils/issues/267 862493179 MDEyOklzc3VlQ29tbWVudDg2MjQ5MzE3OQ== 9599 2021-06-16T15:49:13Z 2021-06-16T15:49:13Z OWNER

The big challenge here is that the rows returned by this library aren't objects, they are Python dictionaries - so adding methods to them isn't possible without changing the type that is returned by these methods.

Part of the philosophy of the library is that it should make it as easy as possible to round-trip between Python dictionaries and SQLite table data, so I don't think adding methods like this is going to fit.

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