home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 865491922

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/290#issuecomment-865491922 https://api.github.com/repos/simonw/sqlite-utils/issues/290 865491922 MDEyOklzc3VlQ29tbWVudDg2NTQ5MTkyMg== 9599 2021-06-22T03:05:35Z 2021-06-22T03:05:35Z OWNER

Potential names:

  • db.query(sql) - it's weird to have both this and db.execute() but it is at least short and memorable
  • db.sql(sql)
  • db.execute_d(sql) - ugly
  • db.execute_dicts(sql) - confusing
  • db.execute_sql(sql) - easily confused with db.execute(sql)

I think db.query(sql) may be the best option here.

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