releases

29 rows where repo = 107914493

View and edit SQL

repo

  • datasette · 4
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
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
21098052 https://github.com/simonw/datasette/releases/tag/0.30 MDc6UmVsZWFzZTIxMDk4MDUy 0.30 master 0.30 0 simonw 9599 0 2019-10-19T01:08:04Z 2019-10-30T18:51:30Z [] https://datasette.readthedocs.io/en/stable/changelog.html#v0-30 datasette 107914493
21162064 https://github.com/simonw/datasette/releases/tag/0.30.1 MDc6UmVsZWFzZTIxMTYyMDY0 0.30.1 master 0.30.1 0 simonw 9599 0 2019-10-30T19:00:21Z 2019-11-02T00:06:02Z [] https://datasette.readthedocs.io/en/stable/changelog.html#v0-30-1 datasette 107914493
21169835 https://github.com/simonw/datasette/releases/tag/0.30.2 MDc6UmVsZWFzZTIxMTY5ODM1 0.30.2 master 0.30.2 0 simonw 9599 0 2019-11-02T23:12:46Z 2019-11-02T23:33:13Z [] https://datasette.readthedocs.io/en/latest/changelog.html#v0-30-2 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 7.78ms · About: github-to-sqlite