issue_comments: 514273140
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/46#issuecomment-514273140 | https://api.github.com/repos/simonw/sqlite-utils/issues/46 | 514273140 | MDEyOklzc3VlQ29tbWVudDUxNDI3MzE0MA== | 9599 | 2019-07-23T15:57:53Z | 2019-07-23T15:57:53Z | OWNER | This will play very well with the new ability to specify these arguments in the class constructor, like so: ```python table = db.table("trees", extracts={"species_id": "Species"}) table.insert_all([{ "id": 1, "species_id": "Oak", }, { "id": 2, "species_id": "Oak", }, { "id": 3, "species_id": "Palm", }]) |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
471780443 |