home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 1224386951

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/467#issuecomment-1224386951 https://api.github.com/repos/simonw/sqlite-utils/issues/467 1224386951 IC_kwDOCGYnMM5I-qmH 9599 2022-08-23T17:20:07Z 2022-08-23T17:20:07Z OWNER Example of that prototype working: ```pycon >>> from sqlite_utils import Database >>> db = Database(memory=True) >>> db["dogs"].create({"id": int, "name": str}, pk="id") <Table dogs (id, name)> >>> db["dogs"].create({"id": int, "name": str, "age": int}, pk="id", transform=True) <Table dogs (id, name, age)> ``` {"total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 1348169997  
Powered by Datasette · Queries took 0.997ms