home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1033425512

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/405#issuecomment-1033425512 https://api.github.com/repos/simonw/sqlite-utils/issues/405 1033425512 IC_kwDOCGYnMM49mNJo 9599 2022-02-09T07:20:11Z 2022-02-09T07:20:11Z OWNER

Datasette's implementation: https://github.com/simonw/datasette/blob/458f03ad3a454d271f47a643f4530bd8b60ddb76/datasette/database.py#L73-L79

python if self.memory_name: uri = "file:{}?mode=memory&cache=shared".format(self.memory_name) conn = sqlite3.connect( uri, uri=True, check_same_thread=False, )

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