home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 349359498

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/20#issuecomment-349359498 https://api.github.com/repos/simonw/datasette/issues/20 349359498 MDEyOklzc3VlQ29tbWVudDM0OTM1OTQ5OA== 9599 2017-12-05T16:30:06Z 2017-12-05T16:30:06Z OWNER

Named canned queries can now be defined in metadata.json like this:

    {
        "databases": {
            "timezones": {
                "queries": {
                    "timezone_for_point": "select tzid from timezones ..."
                }
            }
        }
    }

These will be shown in a new "Queries" section beneath "Views" on the database page.

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