home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1106945876

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/1715#issuecomment-1106945876 https://api.github.com/repos/simonw/datasette/issues/1715 1106945876 IC_kwDOBm6k_c5B-qdU 9599 2022-04-22T22:24:29Z 2022-04-22T22:24:29Z OWNER

Looking at the start of TableView.data():

https://github.com/simonw/datasette/blob/d57c347f35bcd8cff15f913da851b4b8eb030867/datasette/views/table.py#L333-L346

I'm going to resolve table_name and database from the URL - table_name will be a string, database will be the DB object returned by datasette.get_database(). Then those can be passed in separately too.

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