home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 997474022

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/1565#issuecomment-997474022 https://api.github.com/repos/simonw/datasette/issues/1565 997474022 IC_kwDOBm6k_c47dD7m 9599 2021-12-19T22:36:49Z 2021-12-19T22:37:29Z OWNER

No way with a tagged template literal to pass an extra database name argument, so instead I need a method that returns a callable that can be used for the tagged template literal for a specific database - or the default database.

This could work (bit weird looking though): javascript var rows = await datasette.query("fixtures")`select * from foo`;

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