releases

1 row where "created_at" is on date 2019-10-10 and repo = 214299267

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

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