home / github

Menu
  • GraphQL API

releases

Table actions
  • GraphQL API for releases

2 rows where "published_at" is on date 2020-04-01

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), published_at (date)

id ▼ html_url node_id tag_name target_commitish name draft author prerelease created_at published_at body repo reactions
25070766 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.20 MDc6UmVsZWFzZTI1MDcwNzY2 0.20 master 0.20 0 simonw 9599 0 2020-04-01T04:18:17Z 2020-04-01T04:18:53Z * Reworked how `--since` works to fix a bug spotted in #39. The most recently seen tweet ID for various commands is now stored in a new `since_ids` table. * New feature: the friends, followers and listed counts for each user are now stored in a `count_history` table and updated any time we spot that the counts in that user's profile have changed. #40 twitter-to-sqlite 206156866  
25070964 https://github.com/dogsheep/twitter-to-sqlite/releases/tag/0.20.1 MDc6UmVsZWFzZTI1MDcwOTY0 0.20.1 master 0.20.1 0 simonw 9599 0 2020-04-01T04:31:23Z 2020-04-01T04:33:35Z * Buf fix: `since_id` table no longer records a record for `None`, `None`. #41 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,
   [body] TEXT,
   [repo] INTEGER REFERENCES [repos]([id])
, [reactions] TEXT);
CREATE INDEX [idx_releases_repo]
                ON [releases] ([repo]);
CREATE INDEX [idx_releases_author]
                ON [releases] ([author]);
Powered by Datasette · Queries took 57.68ms · About: simonw/datasette-graphql