home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 636322089

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/114#issuecomment-636322089 https://api.github.com/repos/simonw/sqlite-utils/issues/114 636322089 MDEyOklzc3VlQ29tbWVudDYzNjMyMjA4OQ== 9599 2020-05-30T12:08:43Z 2020-05-30T12:08:43Z OWNER Idea: use a chained API to define a complex transition and then execute it all at once. For example: ```python db["mytable"].transform().rename("col1", "col_1") \ .change_type("col1", float) \ .execute() ``` {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 621989740  
Powered by Datasette · Queries took 0.83ms