releases

1 row where "published_at" is on date 2019-06-23 and repo = 175550127 sorted by created_at

View and edit SQL

Suggested facets: created_at (date)

published_at (date)

  • 2019-06-23 · 1
id html_url node_id tag_name target_commitish name draft author prerelease created_at ▼ published_at assets body repo
18169270 https://github.com/simonw/yaml-to-sqlite/releases/tag/0.2 MDc6UmVsZWFzZTE4MTY5Mjcw 0.2 master 0.2 0 simonw 9599 0 2019-06-23T22:55:32Z 2019-06-23T22:55:50Z [] Better README yaml-to-sqlite 175550127

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 38.572ms · About: github-to-sqlite