home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 787118691

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/242#issuecomment-787118691 https://api.github.com/repos/simonw/sqlite-utils/issues/242 787118691 MDEyOklzc3VlQ29tbWVudDc4NzExODY5MQ== 9599 2021-02-27T18:53:23Z 2021-02-27T18:53:23Z OWNER

Datasette has its own implementation of a write queue for exactly this purpose - and there's no reason at all that should stay in Datasette rather than being extracted out and moved over here to sqlite-utils.

One small concern I have is around the API design. I'd want to keep supporting the existing synchronous API while also providing a similar API with await-based methods.

What are some good examples of libraries that do this? I like how https://www.python-httpx.org/ handles it, maybe that's a good example to imitate?

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