home / github

Menu
  • GraphQL API

releases

Table actions
  • GraphQL API for releases

2 rows where "published_at" is on date 2020-03-24

✎ 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
24792596 https://github.com/dogsheep/github-to-sqlite/releases/tag/1.0 MDc6UmVsZWFzZTI0NzkyNTk2 1.0 master 1.0 0 simonw 9599 0 2020-03-24T00:07:47Z 2020-03-24T00:11:51Z * Full-text search is configured for more tables. #19 * Release assets are now pulled out into a separate `assets` table. #15 * Now depends on sqlite-utils 2.x. #20 * Commit raw authors are now used to populate a new `raw_authors` able. #18 * New live demo at https://github-to-sqlite.dogsheep.net/ #13 * GitHub API errors are now raised as Pyton exceptions. #21 * Fixed bug running `commits` against repos with no commits. #22 github-to-sqlite 207052882  
24793032 https://github.com/dogsheep/inaturalist-to-sqlite/releases/tag/0.2 MDc6UmVsZWFzZTI0NzkzMDMy 0.2 master 0.2 0 simonw 9599 0 2020-03-24T00:35:44Z 2020-03-24T00:36:40Z * Upgraded to `sqlite-utils` 2.x * First non-alpha release inaturalist-to-sqlite 206202864  

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 46.089ms · About: simonw/datasette-graphql