home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1006311742

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/pull/361#issuecomment-1006311742 https://api.github.com/repos/simonw/sqlite-utils/issues/361 1006311742 IC_kwDOCGYnMM47-xk- 9599 2022-01-06T06:12:19Z 2022-01-06T06:12:19Z OWNER

Got that working: % echo 'This is cool' | sqlite-utils insert words.db words - --text --convert '({"word": w} for w in text.split())' % sqlite-utils dump words.db BEGIN TRANSACTION; CREATE TABLE [words] ( [word] TEXT ); INSERT INTO "words" VALUES('This'); INSERT INTO "words" VALUES('is'); INSERT INTO "words" VALUES('cool'); COMMIT;

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
1094890366  
Powered by Datasette · Queries took 0.872ms · About: github-to-sqlite