releases

2 rows where "created_at" is on date 2019-11-09

View and edit SQL

created_at (date)

  • 2019-11-09 · 2
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
21342008 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.15 MDc6UmVsZWFzZTIxMzQyMDA4 0.15 master 0.15 0 simonw 9599 0 2019-11-09T20:12:32Z 2019-11-09T20:13:07Z [] - Import command no longer fails on empty files - #29 - Fixed bug in `followers` command - #30 - `following` table now has indexes - #28 twitter-to-sqlite 206156866
21343109 https://github.com/simonw/datasette-render-markdown/releases/tag/0.1a MDc6UmVsZWFzZTIxMzQzMTA5 0.1a master 0.1a 0 simonw 9599 1 2019-11-09T23:42:31Z 2019-11-09T23:49:58Z [] First working release datasette-render-markdown 220716822

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