releases

2 rows where repo = 214299267 sorted by assets

View and edit SQL

Suggested facets: created_at (date), published_at (date)

id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets ▼ body repo
20685181 https://github.com/simonw/datasette-render-timestamps/releases/tag/0.1 MDc6UmVsZWFzZTIwNjg1MTgx 0.1 master 0.1 0 simonw 9599 0 2019-10-10T22:53:49Z 2019-10-14T14:51:38Z [] Initial release datasette-render-timestamps 214299267
20685215 https://github.com/simonw/datasette-render-timestamps/releases/tag/0.2 MDc6UmVsZWFzZTIwNjg1MjE1 0.2 master 0.2 0 simonw 9599 0 2019-10-14T14:51:18Z 2019-10-14T14:52:55Z [] * Ability to [configure date format](https://github.com/simonw/datasette-render-timestamps/blob/0.2/README.md#configuration) - (pull request #1). Thanks, @chris48s! datasette-render-timestamps 214299267

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