home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1012629825

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/1597#issuecomment-1012629825 https://api.github.com/repos/simonw/datasette/issues/1597 1012629825 IC_kwDOBm6k_c48W4FB 9599 2022-01-14T00:07:36Z 2022-01-14T00:07:36Z OWNER

Fixed: ``` % datasette --help
Usage: datasette [OPTIONS] COMMAND [ARGS]...

Datasette is an open source multi-tool for exploring and publishing data

About Datasette: https://datasette.io/ Full documentation: https://docs.datasette.io/

Options: --version Show the version and exit. --help Show this message and exit.

Commands: serve* Serve up specified SQLite database files with a web UI inspect Generate JSON summary of provided database files ...

% datasette inspect --help Usage: datasette inspect [OPTIONS] [FILES]...

Generate JSON summary of provided database files

This can then be passed to "datasette --inspect-file" to speed up count operations against immutable database files.

Options: --inspect-file TEXT --load-extension TEXT Path to a SQLite extension to load --help Show this message and exit. ```

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