home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 1816852402 and user = 9599 sorted by updated_at descending

✖
✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date)

user 1

  • simonw · 3 ✖

issue 1

  • register_command plugin hook · 3 ✖

author_association 1

  • OWNER 3
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions issue performed_via_github_app
1646654275 https://github.com/simonw/sqlite-utils/issues/569#issuecomment-1646654275 https://api.github.com/repos/simonw/sqlite-utils/issues/569 IC_kwDOCGYnMM5iJfND simonw 9599 2023-07-22T19:19:35Z 2023-07-22T19:19:35Z OWNER

Documentation: https://sqlite-utils.datasette.io/en/latest/plugins.html#register-commands-cli

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
register_command plugin hook 1816852402  
1646645990 https://github.com/simonw/sqlite-utils/issues/569#issuecomment-1646645990 https://api.github.com/repos/simonw/sqlite-utils/issues/569 IC_kwDOCGYnMM5iJdLm simonw 9599 2023-07-22T18:29:40Z 2023-07-22T18:30:16Z OWNER

Example plugin: https://gist.github.com/simonw/ccfbbf9b384a38ac7535b01849f57daf

bash sqlite-utils install https://gist.github.com/simonw/ccfbbf9b384a38ac7535b01849f57daf/archive/cd7960e476c441a3c5f619e2a44a641a39b91467.zip pyproject.toml: ```toml [project] name = "sqlite-utils-hello-world" version = "0.1"

[project.entry-points.sqlite_utils] hello_world = "sqlite_utils_hello_world" `sqlite_utils_hello_world.py`:python import click import sqlite_utils

@sqlite_utils.hookimpl def register_commands(cli): @cli.command() def hello_world(): "Say hello world" click.echo("Hello world!") ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
register_command plugin hook 1816852402  
1646643676 https://github.com/simonw/sqlite-utils/issues/569#issuecomment-1646643676 https://api.github.com/repos/simonw/sqlite-utils/issues/569 IC_kwDOCGYnMM5iJcnc simonw 9599 2023-07-22T18:18:24Z 2023-07-22T18:18:24Z OWNER

Here's where I added that to LLM: https://github.com/simonw/llm/commit/a396950f7934e82a9968703bb3ce9ab7ab62f7f8

  • https://github.com/simonw/llm/issues/49
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
register_command plugin hook 1816852402  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issue_comments] (
   [html_url] TEXT,
   [issue_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [created_at] TEXT,
   [updated_at] TEXT,
   [author_association] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [issue] INTEGER REFERENCES [issues]([id])
, [performed_via_github_app] TEXT);
CREATE INDEX [idx_issue_comments_issue]
                ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
                ON [issue_comments] ([user]);
Powered by Datasette · Queries took 1304.855ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows