releases

3 rows where "created_at" is on date 2019-07-08

View and edit SQL

Suggested facets: repo, published_at (date)

created_at (date)

  • 2019-07-08 · 3
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
18461320 https://github.com/simonw/datasette/releases/tag/0.29 MDc6UmVsZWFzZTE4NDYxMzIw 0.29 master Datasette 0.29 0 simonw 9599 0 2019-07-08T03:14:27Z 2019-07-08T03:43:13Z [] ASGI, new plugin hooks, facet by date and much, much more… See [the release notes](https://datasette.readthedocs.io/en/stable/changelog.html#v0-29) for full details. datasette 107914493
18461352 https://github.com/simonw/datasette-auth-github/releases/tag/0.6.2 MDc6UmVsZWFzZTE4NDYxMzUy 0.6.2 master 0.6.2 0 simonw 9599 0 2019-07-08T03:47:16Z 2019-07-08T03:47:38Z [] Updated README for PyPI datasette-auth-github 195087137
18476766 https://github.com/simonw/datasette-auth-github/releases/tag/0.6.3 MDc6UmVsZWFzZTE4NDc2NzY2 0.6.3 master 0.6.3 0 simonw 9599 0 2019-07-08T16:51:01Z 2019-07-08T16:51:39Z [] Additional documentation on `scope["auth"]` when using as ASGI middleware. 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 51.697ms · About: github-to-sqlite