home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 671146948

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/issues/132#issuecomment-671146948 https://api.github.com/repos/simonw/sqlite-utils/issues/132 671146948 MDEyOklzc3VlQ29tbWVudDY3MTE0Njk0OA== 9599 2020-08-10T03:26:51Z 2020-08-10T03:26:51Z OWNER For the CLI: $ sqlite-utils enable-wal github.db $ sqlite-utils disable-wal github.db For the Python library: ```python import sqlite_utils db = sqlite_utils.Database("github.db") db.enable_wal() db.disable_wal() mode = db.journal_mode # "wal" or "delete" or others ``` {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 675839512  
Powered by Datasette · Queries took 0.804ms