releases

2 rows where repo = 205429375

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
19669553 https://github.com/dogsheep/swarm-to-sqlite/releases/tag/0.1 MDc6UmVsZWFzZTE5NjY5NTUz 0.1 master 0.1 0 simonw 9599 0 2019-08-31T02:46:58Z 2019-08-31T02:58:32Z [] First usable release. swarm-to-sqlite 205429375
20755954 https://github.com/dogsheep/swarm-to-sqlite/releases/tag/0.2 MDc6UmVsZWFzZTIwNzU1OTU0 0.2 master 0.2 0 simonw 9599 0 2019-10-16T20:40:25Z 2019-10-16T20:40:55Z [] * Added --since option, closes #3 swarm-to-sqlite 205429375

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