releases

1 row where repo = 209091256 sorted by target_commitish

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
20051401 https://github.com/simonw/datasette-atom/releases/tag/0.1a MDc6UmVsZWFzZTIwMDUxNDAx 0.1a master 0.1a 0 simonw 9599 1 2019-09-17T15:34:27Z 2019-09-17T15:40:22Z [] Initial work in progress datasette-atom 209091256

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