releases

1 row where "created_at" is on date 2018-07-10 and repo = 138669673

View and edit SQL

Suggested facets: published_at (date)

created_at (date)

  • 2018-07-10 · 1
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
11849223 https://github.com/simonw/datasette-vega/releases/tag/0.6.1 MDc6UmVsZWFzZTExODQ5MjIz 0.6.1 master datasette-vega 0.6.1 0 simonw 9599 0 2018-07-10T03:25:37Z 2018-07-10T03:44:51Z [] Tooltips #10 now also include the size and color column values, if those options have been selected. datasette-vega 138669673

Advanced export

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

CSV options:

CREATE TABLE [releases] (
   [html_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [tag_name] TEXT,
   [target_commitish] TEXT,
   [name] TEXT,
   [draft] INTEGER,
   [author] INTEGER REFERENCES [users]([id]),
   [prerelease] INTEGER,
   [created_at] TEXT,
   [published_at] TEXT,
   [assets] TEXT,
   [body] TEXT,
   [repo] INTEGER REFERENCES [repos]([id])
)
Powered by Datasette · Query took 18.062ms · About: github-to-sqlite