home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 733287416

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/860#issuecomment-733287416 https://api.github.com/repos/simonw/datasette/issues/860 733287416 MDEyOklzc3VlQ29tbWVudDczMzI4NzQxNg== 9599 2020-11-24T23:15:44Z 2020-11-24T23:15:44Z OWNER

I'm going to go with a plugin hook (and Datasette method) that returns individual values - so you ask it for e.g. the license_url for a specific table and it returns a string or None.

The default plugin hook implementation that ships with Datasette will then implement cascading lookups against metadata.json - but other plugins will be able to provide their own implementations, which should make it easy to build a plugin that lets you keep metadata in a database file and edit it interactively.

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