issue_comments: 672357902
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/pull/927#issuecomment-672357902 | https://api.github.com/repos/simonw/datasette/issues/927 | 672357902 | MDEyOklzc3VlQ29tbWVudDY3MjM1NzkwMg== | 9599 | 2020-08-11T23:32:39Z | 2020-08-11T23:32:39Z | OWNER | It works: ``` $ datasette --get '/:memory:.json?sql=select * from sqlite_master' | jq . { "database": ":memory:", "query_name": null, "rows": [], "truncated": false, "columns": [ "type", "name", "tbl_name", "rootpage", "sql" ], "query": { "sql": "select * from sqlite_master", "params": {} }, "private": false, "allow_execute_sql": true, "query_ms": 0.8032321929931641 } ``` | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | 677265716 |