releases

3 rows where "published_at" is on date 2019-09-04

View and edit SQL

Suggested facets: created_at (date)

published_at (date)

  • 2019-09-04 · 3
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
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
19763185 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.2 MDc6UmVsZWFzZTE5NzYzMTg1 0.2 master 0.2 0 simonw 9599 0 2019-09-04T21:17:34Z 2019-09-04T22:09:46Z [] Full text search for tweets table twitter-to-sqlite 206156866
19763200 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.3 MDc6UmVsZWFzZTE5NzYzMjAw 0.3 master 0.3 0 simonw 9599 0 2019-09-04T22:10:07Z 2019-09-04T22:11:01Z [] Extract places and media into separate tables Demo: https://twitter-to-sqlite-demo.now.sh/ twitter-to-sqlite 206156866

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