home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 675787416

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/943#issuecomment-675787416 https://api.github.com/repos/simonw/datasette/issues/943 675787416 MDEyOklzc3VlQ29tbWVudDY3NTc4NzQxNg== 9599 2020-08-19T00:42:38Z 2020-08-19T00:42:38Z OWNER

I just realised that this mechanism is kind of like being able to use microservices - make API calls within your application - except that everything runs in the same process against SQLite databases so calls will be lightning fast.

It also means that a plugin can add a new internal API to Datasette that's accessible to other plugins by registering a new route with register_routes!

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