releases

2 rows where "created_at" is on date 2019-10-11 sorted by target_commitish

View and edit SQL

Suggested facets: published_at (date)

created_at (date)

  • 2019-10-11 · 2
id html_url node_id tag_name target_commitish ▼ name draft author prerelease created_at published_at assets body repo
20631452 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.8 MDc6UmVsZWFzZTIwNjMxNDUy 0.8 master 0.8 0 simonw 9599 0 2019-10-11T06:45:21Z 2019-10-11T06:46:52Z [] * New `twitter-to-sqlite import twitter.db archive.zip` command for importing data from a Twitter export file. #4 - [documentation here](https://github.com/dogsheep/twitter-to-sqlite/blob/master/README.md#importing-data-from-your-twitter-archive). twitter-to-sqlite 206156866
20646519 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.9 MDc6UmVsZWFzZTIwNjQ2NTE5 0.9 master 0.9 0 simonw 9599 0 2019-10-11T16:55:10Z 2019-10-11T16:57:25Z [] * New `twitter-to-sqlite home-timeline` command, for retrieving your timeline of tweets from people you follow - #18 * `twitter-to-sqlite import` created tables now use the `archive_` prefix instead of `archive-`, for easier querying * Running `twitter-to-sqlite import` now deletes existing `archive_` tables and recreates them - #17 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 27.658ms · About: github-to-sqlite