releases

3 rows where "created_at" is on date 2019-09-14

View and edit SQL

Suggested facets: published_at (date)

created_at (date)

  • 2019-09-14 · 3
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
19993251 https://github.com/dogsheep/github-to-sqlite/releases/tag/0.1.1 MDc6UmVsZWFzZTE5OTkzMjUx 0.1.1 master 0.1.1 0 simonw 9599 0 2019-09-14T19:19:33Z 2019-09-14T19:42:08Z [] * Fix bug in authentication handling code github-to-sqlite 207052882
19993751 https://github.com/dogsheep/github-to-sqlite/releases/tag/0.2 MDc6UmVsZWFzZTE5OTkzNzUx 0.2 master 0.2 0 simonw 9599 0 2019-09-14T21:31:17Z 2019-09-14T21:32:34Z [] * Added the `github-to-sqlite starred` command for retrieving starred repos, #1 github-to-sqlite 207052882
19993820 https://github.com/dogsheep/github-to-sqlite/releases/tag/0.3 MDc6UmVsZWFzZTE5OTkzODIw 0.3 master 0.3 0 simonw 9599 0 2019-09-14T21:49:27Z 2019-09-14T21:50:01Z [] * `license` is now extracted from the `repos` table into a separate `licenses` table with a foreign key, #2 github-to-sqlite 207052882

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