home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 478393116

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/420#issuecomment-478393116 https://api.github.com/repos/simonw/datasette/issues/420 478393116 MDEyOklzc3VlQ29tbWVudDQ3ODM5MzExNg== 9599 2019-03-31T22:52:48Z 2019-03-31T22:52:48Z OWNER

This means the Datasette class needs a new property, keeping track of all of the connected databases.

ds.databases = { "name_used_in_urls": { "type": "file", # or "memory" "path": filepath # or None if memory "mutable": True # or False, "hash": "..." # or None if mutable } }

Maybe these should be objects, not dictionaries.

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