home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1646645990

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/569#issuecomment-1646645990 https://api.github.com/repos/simonw/sqlite-utils/issues/569 1646645990 IC_kwDOCGYnMM5iJdLm 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
}
1816852402  
Powered by Datasette · Queries took 1.192ms · About: github-to-sqlite