{"html_url": "https://github.com/simonw/sqlite-utils/issues/299#issuecomment-886117120", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/299", "id": 886117120, "node_id": "IC_kwDOCGYnMM400RMA", "user": {"value": 9599, "label": "simonw"}, "created_at": "2021-07-24T22:12:01Z", "updated_at": "2021-07-24T22:12:01Z", "author_association": "OWNER", "body": "Documentation here: https://sqlite-utils.datasette.io/en/latest/cli.html#showing-the-schema", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 952154468, "label": "Ability to see just specific table schemas with `sqlite-utils schema`"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/sqlite-utils/issues/251#issuecomment-886122696", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/251", "id": 886122696, "node_id": "IC_kwDOCGYnMM400SjI", "user": {"value": 9599, "label": "simonw"}, "created_at": "2021-07-24T23:21:32Z", "updated_at": "2021-07-24T23:21:32Z", "author_association": "OWNER", "body": "> ```\r\n> sqlite-utils convert jsonsplit mydb.db mytable mycolumn\r\n> sqlite-utils convert parsedatetime mydb.db mytable mycolumn\r\n> sqlite-utils convert parsedate mydb.db mytable mycolumn\r\n> sqlite-utils convert lambda mydb.db mytable mycolumn --code='str(value).upper()'\r\n> ```\r\n\r\nThis is a bit verbose - and having added `--multi` and `--output` the `lambda` command keeps getting more and more flexible compared to the others.\r\n\r\nNew idea: ditch the sub-sub-commands and move the `jsonsplit` and `parsedate` recipes to be options of `convert` - maybe like this:\r\n\r\n sqlite-utils convert my.db mytable col1 --jsonsplit\r\n\r\nor:\r\n\r\n sqlite-utils convert my.db mytable col1 --recipe jsonsplit\r\n\r\nor `-r jsonsplit` for short.\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": 841377702, "label": "\"sqlite-utils convert\" command to replace the separate \"sqlite-transform\" tool"}, "performed_via_github_app": null}