{"html_url": "https://github.com/simonw/sqlite-utils/issues/114#issuecomment-636322089", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/114", "id": 636322089, "node_id": "MDEyOklzc3VlQ29tbWVudDYzNjMyMjA4OQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-05-30T12:08:43Z", "updated_at": "2020-05-30T12:08:43Z", "author_association": "OWNER", "body": "Idea: use a chained API to define a complex transition and then execute it all at once. For example:\r\n```python\r\ndb[\"mytable\"].transform().rename(\"col1\", \"col_1\") \\\r\n .change_type(\"col1\", float) \\\r\n .execute()\r\n```\r\n", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 621989740, "label": "table.transform() method for advanced alter table"}, "performed_via_github_app": null}