releases

1 row where "created_at" is on date 2019-09-09

View and edit SQL

created_at (date)

  • 2019-09-09 · 1
id html_url node_id tag_name target_commitish name draft author prerelease created_at published_at assets body repo
19865891 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.4 MDc6UmVsZWFzZTE5ODY1ODkx 0.4 master 0.4 0 simonw 9599 0 2019-09-09T22:41:25Z 2019-09-09T22:43:05Z [] * New `users-lookup` command for fetching multiple user profiles, including using new `--sql` and `--attach` options * New `list-members` subcommand for fetching members of a list * Added `stop_after` option to `user-timeline` command 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 6.893ms · About: github-to-sqlite