home / github

Menu
  • Search all tables
  • GraphQL API

milestones

Table actions
  • GraphQL API for milestones

1 row where repo = 207052882

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date), closed_at (date)

state 1

  • closed 1

repo 1

  • github-to-sqlite · 1 ✖
id ▼ title description creator repo html_url node_id number open_issues closed_issues state created_at updated_at due_on closed_at
5225818 1.0
simonw 9599 github-to-sqlite 207052882 https://github.com/dogsheep/github-to-sqlite/milestone/1 MDk6TWlsZXN0b25lNTIyNTgxOA== 1 0 7 closed 2020-03-23T01:07:52Z 2020-05-02T17:56:29Z   2020-05-02T17:56:29Z

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [milestones] (
   [id] INTEGER PRIMARY KEY,
   [title] TEXT,
   [description] TEXT,
   [creator] INTEGER REFERENCES [users]([id]),
   [repo] INTEGER REFERENCES [repos]([id])
, [html_url] TEXT, [node_id] TEXT, [number] INTEGER, [open_issues] INTEGER, [closed_issues] INTEGER, [state] TEXT, [created_at] TEXT, [updated_at] TEXT, [due_on] TEXT, [closed_at] TEXT);
CREATE INDEX [idx_milestones_repo]
                ON [milestones] ([repo]);
CREATE INDEX [idx_milestones_creator]
                ON [milestones] ([creator]);
Powered by Datasette · Queries took 24.679ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows