{"html_url": "https://github.com/simonw/sqlite-utils/issues/375#issuecomment-1009536276", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/375", "id": 1009536276, "node_id": "IC_kwDOCGYnMM48LE0U", "user": {"value": 9599, "label": "simonw"}, "created_at": "2022-01-11T02:12:58Z", "updated_at": "2022-01-11T02:12:58Z", "author_association": "OWNER", "body": "Documentation: https://sqlite-utils.datasette.io/en/latest/cli.html#executing-sql-in-bulk", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1097251014, "label": "`sqlite-utils bulk` command"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/sqlite-utils/issues/375#issuecomment-1008556706", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/375", "id": 1008556706, "node_id": "IC_kwDOCGYnMM48HVqi", "user": {"value": 9599, "label": "simonw"}, "created_at": "2022-01-10T05:33:41Z", "updated_at": "2022-01-10T05:33:41Z", "author_association": "OWNER", "body": "I tested the prototype like this:\r\n\r\n sqlite-utils blah.db 'create table blah (id integer primary key, name text)' \r\n echo 'id,name\r\n 1,Cleo\r\n 2,Chicken' > blah.csv\r\n sqlite-utils bulk blah.db 'insert into blah (id, name) values (:id, :name)' blah.csv --csv\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": 1097251014, "label": "`sqlite-utils bulk` command"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/sqlite-utils/issues/375#issuecomment-1008338186", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/375", "id": 1008338186, "node_id": "IC_kwDOCGYnMM48GgUK", "user": {"value": 9599, "label": "simonw"}, "created_at": "2022-01-09T17:13:33Z", "updated_at": "2022-01-09T17:13:54Z", "author_association": "OWNER", "body": " cat blah.csv | sqlite-utils bulk blah.db - \\\r\n \"insert into blah (:foo, :bar)\" --csv\r\n", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 1097251014, "label": "`sqlite-utils bulk` command"}, "performed_via_github_app": null}