home / github

Menu
  • Search all tables
  • GraphQL API

milestones

Table actions
  • GraphQL API for milestones

1 row where repo = 140912432 and state = "open"

✖
✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

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

state 1

  • open · 1 ✖

repo 1

  • sqlite-utils · 1 ✖
id ▼ title description creator repo html_url node_id number open_issues closed_issues state created_at updated_at due_on closed_at
9374594 4.0 backwards incomatible changes   simonw 9599 sqlite-utils 140912432 https://github.com/simonw/sqlite-utils/milestone/7 MI_kwDOCGYnMM4AjwuC 7 1 0 open 2023-05-08T21:04:37Z 2023-05-08T21:04:38Z    

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 22.74ms · About: github-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows