home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 585874699

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/datasette/issues/670#issuecomment-585874699 https://api.github.com/repos/simonw/datasette/issues/670 585874699 MDEyOklzc3VlQ29tbWVudDU4NTg3NDY5OQ== 9599 2020-02-13T17:26:58Z 2020-02-13T17:27:13Z OWNER

First page to get working: the database view page, which shows a list of tables.

In the code this is entirely implemented with calls to the Database class, which is a good starting point - I can drop in a new version of that class that talks to PostgreSQL instead:

https://github.com/simonw/datasette/blob/0091dfe3e5a3db94af8881038d3f1b8312bb857d/datasette/views/database.py#L25-L66

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