home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 350026183

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/165#issuecomment-350026183 https://api.github.com/repos/simonw/datasette/issues/165 350026183 MDEyOklzc3VlQ29tbWVudDM1MDAyNjE4Mw== 9599 2017-12-07T16:47:46Z 2017-12-07T16:47:46Z OWNER

Here's an example metadata.json file illustrating custom per-database and per- table metadata:

{
    "title": "Overall datasette title",
    "description_html": "This is a <em>description with HTML</em>.",
    "databases": {
        "db1": {
            "title": "First database",
            "description": "This is a string description & has no HTML",
            "license_url": "http://example.com/",
            "license": "The example license",
            "queries": {
                "canned_query": "select * from table1 limit 3;"
            },
            "tables": {
                "table1": {
                    "title": "Custom title for table1",
                    "description": "Tables can have descriptions too",
                    "source": "This has a custom source",
                    "source_url": "http://example.com/"
                }
            }
        }
    }
}
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
280014287  
Powered by Datasette · Queries took 1.106ms · About: github-to-sqlite