releases

1 row where "created_at" is on date 2019-07-08 and repo = 107914493

View and edit SQL

Suggested facets: published_at (date)

created_at (date)

  • 2019-07-08 · 1
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

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