home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 327365110

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association pull_request body repo type active_lock_reason performed_via_github_app reactions draft state_reason
327365110 MDU6SXNzdWUzMjczNjUxMTA= 294 inspect should record column types 9599 open 0     7 2018-05-29T15:10:41Z 2019-06-28T16:45:28Z   OWNER  

For each table we want to know the columns, their order and what type they are.

I'm going to break with SQLite defaults a little on this one and allow datasette to define additional types - to start with just a geometry type for columns that are detected as SpatiaLite geometries.

Possible JSON design:

"columns": [{
    "name": "title",
    "type": "text"
}, ...]

Refs #276

107914493 issue    
{
    "url": "https://api.github.com/repos/simonw/datasette/issues/294/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
   

Links from other tables

  • 0 rows from issues_id in issues_labels
  • 7 rows from issue in issue_comments
Powered by Datasette · Queries took 1.59ms · About: github-to-sqlite