home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 880257587

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/sqlite-utils/issues/297#issuecomment-880257587 https://api.github.com/repos/simonw/sqlite-utils/issues/297 880257587 MDEyOklzc3VlQ29tbWVudDg4MDI1NzU4Nw== 9599 2021-07-14T22:44:05Z 2021-07-14T22:44:05Z OWNER

https://unix.stackexchange.com/a/642364 suggests you can also use this to import from stdin, like so:

sqlite3 -csv $database_file_name ".import '|cat -' $table_name"

Here the sqlite3 -csv is an alternative to using .mode csv.

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