releases

3 rows where "published_at" is on date 2019-10-16

View and edit SQL

Suggested facets: repo, created_at (date)

published_at (date)

  • 2019-10-16 · 3
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
20754277 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.11 MDc6UmVsZWFzZTIwNzU0Mjc3 0.11 master 0.11 0 simonw 9599 0 2019-10-16T19:37:10Z 2019-10-16T19:38:42Z [] * Added `--since_id` and `--since` to `user-timeline` command, refs #20 * `--since` and `--since_id` options for `home-timeline`, closes #19 * `import` command now works on files and directories, closes #22 twitter-to-sqlite 206156866
20755954 https://github.com/dogsheep/swarm-to-sqlite/releases/tag/0.2 MDc6UmVsZWFzZTIwNzU1OTU0 0.2 master 0.2 0 simonw 9599 0 2019-10-16T20:40:25Z 2019-10-16T20:40:55Z [] * Added --since option, closes #3 swarm-to-sqlite 205429375
20758324 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.11.1 MDc6UmVsZWFzZTIwNzU4MzI0 0.11.1 master 0.11.1 0 simonw 9599 0 2019-10-16T19:46:35Z 2019-10-16T22:31:51Z [] * Fix bugs running `home-timeline --since` from scratch. If tables were missing, script would throw an error. 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 47.034ms · About: github-to-sqlite