releases

2 rows where "created_at" is on date 2019-10-30 sorted by target_commitish

View and edit SQL

Suggested facets: published_at (date)

created_at (date)

  • 2019-10-30 · 2
id html_url node_id tag_name target_commitish ▼ name draft author prerelease created_at published_at assets body repo
21073645 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.13 MDc6UmVsZWFzZTIxMDczNjQ1 0.13 master 0.13 0 simonw 9599 0 2019-10-30T02:20:09Z 2019-10-30T02:22:30Z [] - New `mentions-timeline` command (#26) twitter-to-sqlite 206156866
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

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