releases

1 row where "published_at" is on date 2019-10-06

View and edit SQL

published_at (date)

  • 2019-10-06 · 1
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
20497186 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.6 MDc6UmVsZWFzZTIwNDk3MTg2 0.6 master 0.6 0 simonw 9599 0 2019-10-06T04:49:17Z 2019-10-06T04:52:18Z [] * New experimental `track` and `follow` commands for subscribing to the Twitter real-time API #11. [Documentation](https://github.com/dogsheep/twitter-to-sqlite#capturing-tweets-in-real-time-with-track-and-follow) for track and follow. * Documentation for `--sql` and `--attach`, refs #8 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 7.565ms · About: github-to-sqlite