{"html_url": "https://github.com/simonw/sqlite-utils/issues/348#issuecomment-1011855133", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/348", "id": 1011855133, "node_id": "IC_kwDOCGYnMM48T68d", "user": {"value": 9599, "label": "simonw"}, "created_at": "2022-01-13T07:06:59Z", "updated_at": "2022-01-13T07:06:59Z", "author_association": "OWNER", "body": "Wrote a lot more about this feature here: https://simonwillison.net/2022/Jan/12/how-i-build-a-feature/", "reactions": "{\"total_count\": 3, \"+1\": 3, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1067771698, "label": "Command for creating an empty database"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/sqlite-utils/issues/348#issuecomment-1008383293", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/348", "id": 1008383293, "node_id": "IC_kwDOCGYnMM48GrU9", "user": {"value": 9599, "label": "simonw"}, "created_at": "2022-01-09T20:38:17Z", "updated_at": "2022-01-09T20:38:17Z", "author_association": "OWNER", "body": "Documentation: https://sqlite-utils.datasette.io/en/latest/cli.html#creating-an-empty-database", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1067771698, "label": "Command for creating an empty database"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/sqlite-utils/issues/348#issuecomment-1008367607", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/348", "id": 1008367607, "node_id": "IC_kwDOCGYnMM48Gnf3", "user": {"value": 9599, "label": "simonw"}, "created_at": "2022-01-09T20:22:43Z", "updated_at": "2022-01-09T20:22:43Z", "author_association": "OWNER", "body": "I'm not going to implement `--page-size` unless someone specifically requests it - I don't like having features that I've never needed to use myself.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1067771698, "label": "Command for creating an empty database"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/sqlite-utils/issues/348#issuecomment-983155079", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/348", "id": 983155079, "node_id": "IC_kwDOCGYnMM46mcGH", "user": {"value": 25778, "label": "eyeseast"}, "created_at": "2021-12-01T00:28:40Z", "updated_at": "2021-12-01T00:28:40Z", "author_association": "CONTRIBUTOR", "body": "I'd use this. Right now, I tend to do `touch my.db` and then `enable-wal` or whatever else, but I'm never sure if that's a bad idea.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1067771698, "label": "Command for creating an empty database"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/sqlite-utils/issues/348#issuecomment-983122733", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/348", "id": 983122733, "node_id": "IC_kwDOCGYnMM46mUMt", "user": {"value": 9599, "label": "simonw"}, "created_at": "2021-11-30T23:31:17Z", "updated_at": "2021-11-30T23:31:17Z", "author_association": "OWNER", "body": "Potential other options could include:\r\n\r\n- `--page-size` https://www.sqlite.org/pragma.html#pragma_page_size", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1067771698, "label": "Command for creating an empty database"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/sqlite-utils/issues/348#issuecomment-983120066", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/348", "id": 983120066, "node_id": "IC_kwDOCGYnMM46mTjC", "user": {"value": 9599, "label": "simonw"}, "created_at": "2021-11-30T23:25:52Z", "updated_at": "2021-11-30T23:26:11Z", "author_association": "OWNER", "body": "Maybe this:\r\n\r\n sqlite-utils create-database my.db\r\n\r\nWith options that include `--enable-wal` (actually that's the only option I can think of).\r\n\r\nThis is consistent with the existing `create-table` and `create-view` commands.\r\n", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1067771698, "label": "Command for creating an empty database"}, "performed_via_github_app": null}