home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1065440445

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/411#issuecomment-1065440445 https://api.github.com/repos/simonw/sqlite-utils/issues/411 1065440445 IC_kwDOCGYnMM4_gVS9 9599 2022-03-11T19:52:15Z 2022-03-11T19:52:15Z OWNER

Two new parameters to .create_table() and friends:

  • generated={...} - generated column definitions
  • generated_stored={...} generated stored column definitions

These columns will be added at the end of the table, but you can use the column_order= parameter to apply a different order.

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