home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 581071010

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/81#issuecomment-581071010 https://api.github.com/repos/simonw/sqlite-utils/issues/81 581071010 MDEyOklzc3VlQ29tbWVudDU4MTA3MTAxMA== 9599 2020-02-01T21:27:00Z 2020-02-01T21:27:00Z OWNER

Here's the current method:

https://github.com/simonw/sqlite-utils/blob/f7289174e66ae4d91d57de94bbd9d09fabf7aff4/sqlite_utils/db.py#L823-L845

If I make it a utility function instead of a class method I could ensure it is directly importable like so:

python from sqlite_utils import detect_column_types

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