{"html_url": "https://github.com/simonw/datasette/issues/805#issuecomment-641017851", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/805", "id": 641017851, "node_id": "MDEyOklzc3VlQ29tbWVudDY0MTAxNzg1MQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-06-09T04:17:00Z", "updated_at": "2020-06-09T04:17:00Z", "author_association": "OWNER", "body": "I can't get Datasette working on Glitch installed from a URL - I'm going to try this on Glitch once I've shipped the 0.44 release in #806.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 632724154, "label": "Writable canned queries live demo on Glitch"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/805#issuecomment-641017721", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/805", "id": 641017721, "node_id": "MDEyOklzc3VlQ29tbWVudDY0MTAxNzcyMQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-06-09T04:16:28Z", "updated_at": "2020-06-09T04:16:28Z", "author_association": "OWNER", "body": "Create `data.db` with:\r\n```\r\necho '{\"emoji\": \"\ud83d\udc2f\", \"score\": 0}' | sqlite-utils insert data.db emojis --pk=emoji -\r\necho '{\"emoji\": \"\ud83d\udc3a\", \"score\": 0}' | sqlite-utils insert data.db emojis --pk=emoji -\r\n```\r\nThen run Datasette with this `metadata.yaml`:\r\n```yaml\r\ntitle: Datasette Poll\r\ndatabases:\r\n data:\r\n queries:\r\n vote:\r\n sql: |-\r\n update emojis set score = score + 1 where emoji = :emoji\r\n write: true\r\n```", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 632724154, "label": "Writable canned queries live demo on Glitch"}, "performed_via_github_app": null}