home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 391504199

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/276#issuecomment-391504199 https://api.github.com/repos/simonw/datasette/issues/276 391504199 MDEyOklzc3VlQ29tbWVudDM5MTUwNDE5OQ== 9599 2018-05-23T21:35:17Z 2018-05-23T21:35:17Z OWNER

I'm not keen on anything that modifies the SQLite file itself on startup - part of the datasette contract is that it should work with any SQLite file you throw at it without having any side-effects.

A neat thing about SQLite is that because everything happens in the same process there's very little additional overhead involved in executing extra SQL queries - even if we ran a query-per-row to transform data in one specific column it shouldn't add more than a few ms to the total page load time (whereas with MySQL all of the extra query overhead would kill us).

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