home / content

releases

2 rows where repo = 534735639

✎ 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
77073879 https://github.com/simonw/datasette-sandstorm-support/releases/tag/0.1 simonw 9599 RE_kwDOH99rF84EmA3X 0.1 main 0.1 0 0 2022-09-13T04:16:08Z 2022-09-14T04:09:51Z - Initial release. datasette-sandstorm-support 534735639    
77416894 https://github.com/simonw/datasette-sandstorm-support/releases/tag/0.2 simonw 9599 RE_kwDOH99rF84EnUm- 0.2 main 0.2 0 0 2022-09-16T17:12:49Z 2022-09-16T17:14:12Z - Additional permissions. Thanks, [@ocdtrekkie](https://github.com/ocdtrekkie). [#3](https://github.com/simonw/datasette-sandstorm-support/pull/3) datasette-sandstorm-support 534735639    

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 131.042ms