releases

1 row where "published_at" is on date 2019-10-14 and repo = 195087137

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
20687261 https://github.com/simonw/datasette-auth-github/releases/tag/0.11 MDc6UmVsZWFzZTIwNjg3MjYx 0.11 master 0.11 0 simonw 9599 0 2019-10-14T15:25:24Z 2019-10-14T16:06:25Z [] * Subclasses can now customize the creation of the redirect cookie - #49 - thanks, @ananis25 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 26.132ms · About: github-to-sqlite