releases

3 rows where "created_at" is on date 2019-09-03 sorted by target_commitish

View and edit SQL

Suggested facets: published_at (date)

created_at (date)

  • 2019-09-03 · 3
id html_url node_id tag_name target_commitish ▼ name draft author prerelease created_at published_at assets body repo
19704889 https://github.com/simonw/sqlite-utils/releases/tag/1.11 MDc6UmVsZWFzZTE5NzA0ODg5 1.11 master 1.11 0 simonw 9599 0 2019-09-03T00:58:41Z 2019-09-03T01:03:27Z [] https://sqlite-utils.readthedocs.io/en/stable/changelog.html#v1-11 sqlite-utils 140912432
19763160 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.1a MDc6UmVsZWFzZTE5NzYzMTYw 0.1a master Alpha release 0 simonw 9599 0 2019-09-03T20:42:38Z 2019-09-04T22:08:18Z []   twitter-to-sqlite 206156866
20795250 https://github.com/simonw/datasette/releases/tag/0.29.3 MDc6UmVsZWFzZTIwNzk1MjUw 0.29.3 master 0.29.3 0 simonw 9599 0 2019-09-03T00:40:53Z 2019-10-18T05:24:54Z [] https://datasette.readthedocs.io/en/stable/changelog.html#v0-29-3 datasette 107914493

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