home / content

releases

2 rows where repo = 390535500

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▼ html_url author node_id tag_name target_commitish name draft prerelease created_at published_at body repo reactions mentions_count
46939999 https://github.com/simonw/datasette-remote-metadata/releases/tag/0.1a0 simonw 9599 MDc6UmVsZWFzZTQ2OTM5OTk5 0.1a0 main 0.1a0 0 1 2021-07-28T23:15:52Z 2021-07-28T23:28:46Z - First working release. datasette-remote-metadata 390535500    
46943622 https://github.com/simonw/datasette-remote-metadata/releases/tag/0.1 simonw 9599 MDc6UmVsZWFzZTQ2OTQzNjIy 0.1 main 0.1 0 0 2021-07-29T01:42:17Z 2021-07-29T01:43:16Z - Quit Datasette on startup if remote metadata cannot be fetched. [#1](https://github.com/simonw/datasette-remote-metadata/issues/1) - Documentation and tests for all configuration options. [#2](https://github.com/simonw/datasette-remote-metadata/issues/2) datasette-remote-metadata 390535500    

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [releases] (
   [html_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [author] INTEGER REFERENCES [users]([id]),
   [node_id] TEXT,
   [tag_name] TEXT,
   [target_commitish] TEXT,
   [name] TEXT,
   [draft] INTEGER,
   [prerelease] INTEGER,
   [created_at] TEXT,
   [published_at] TEXT,
   [body] TEXT,
   [repo] INTEGER REFERENCES [repos]([id])
, [reactions] TEXT, [mentions_count] INTEGER);
CREATE INDEX [idx_releases_repo]
    ON [releases] ([repo]);
CREATE INDEX [idx_releases_author]
    ON [releases] ([author]);
Powered by Datasette · Queries took 47.456ms