home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1613889979

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/2093#issuecomment-1613889979 https://api.github.com/repos/simonw/datasette/issues/2093 1613889979 IC_kwDOBm6k_c5gMgG7 9599 2023-06-29T22:44:08Z 2023-06-30T13:25:39Z OWNER

I do like also being able to set options using command line options though - for things like SQL time limits I'd much rather be able to throw on --setting sql_time_limit_ms 10000 than have to save a config file to disk.

So I'd want to support both. Which maybe means also having a way to set plugin options with CLI options. datasette publish kind of has that ability already:

datasette publish heroku my_database.db \ --name my-heroku-app-demo \ --install=datasette-auth-github \ --plugin-secret datasette-auth-github client_id your_client_id \ --plugin-secret datasette-auth-github client_secret your_client_secret

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