home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 343697291

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/datasette/issues/63#issuecomment-343697291 https://api.github.com/repos/simonw/datasette/issues/63 343697291 MDEyOklzc3VlQ29tbWVudDM0MzY5NzI5MQ== 9599 2017-11-11T22:05:06Z 2017-11-11T22:11:49Z OWNER

I'm going to bundle sql and sql_params together into a query nested object like this:

{
    "query": {
        "sql": "select ...",
        "params": {
            "p0": "blah"
        }
    }
}
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
273174447  
Powered by Datasette · Queries took 0.906ms · About: github-to-sqlite