releases

2 rows where "published_at" is on date 2019-07-05

View and edit SQL

Suggested facets: created_at (date)

published_at (date)

  • 2019-07-05 · 2
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
18441103 https://github.com/simonw/datasette-auth-github/releases/tag/0.1 MDc6UmVsZWFzZTE4NDQxMTAz 0.1 master 0.1 0 simonw 9599 0 2019-07-04T15:05:34Z 2019-07-05T15:58:24Z [] Initial working release. datasette-auth-github 195087137
18441133 https://github.com/simonw/datasette-auth-github/releases/tag/0.1.1 MDc6UmVsZWFzZTE4NDQxMTMz 0.1.1 master 0.1.1 0 simonw 9599 0 2019-07-05T15:58:48Z 2019-07-05T16:00:07Z [] Outbound calls to the GitHub API are now non-blocking (using [http3](https://github.com/encode/http3)) - #8 datasette-auth-github 195087137

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