releases

3 rows where "created_at" is on date 2019-10-07 sorted by target_commitish

View and edit SQL

Suggested facets: published_at (date)

created_at (date)

  • 2019-10-07 · 3
id html_url node_id tag_name target_commitish ▼ name draft author prerelease created_at published_at assets body repo
20504543 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.7 MDc6UmVsZWFzZTIwNTA0NTQz 0.7 master 0.7 0 simonw 9599 0 2019-10-07T00:32:08Z 2019-10-07T00:33:28Z [] * New `statuses-lookup` command for bulk fetching tweets by their IDs - #13 twitter-to-sqlite 206156866
20506896 https://github.com/dogsheep/pocket-to-sqlite/releases/tag/0.1 MDc6UmVsZWFzZTIwNTA2ODk2 0.1 master 0.1 0 simonw 9599 0 2019-10-07T05:07:37Z 2019-10-07T05:18:20Z [] Initial release pocket-to-sqlite 213286752
20521948 https://github.com/simonw/datasette-auth-github/releases/tag/0.10 MDc6UmVsZWFzZTIwNTIxOTQ4 0.10 master 0.10 0 simonw 9599 0 2019-10-07T15:36:41Z 2019-10-07T15:40:02Z [] * New `cacheable_prefixes` mechanism to avoid performance issues caused by adding `cache-control: private` to static assets - #47 datasette-auth-github 195087137

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