home / content

releases

2 rows where repo = 526978148

✎ 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
74910724 https://github.com/simonw/datasette-mp3-audio/releases/tag/0.1 simonw 9599 RE_kwDOH2kMZM4EdwwE 0.1 main 0.1 0 0 2022-08-20T16:38:46Z 2022-08-20T16:45:42Z - Initial release. Adds `<audio>` players to any table cell containing the URL to a `.mp3` file. [#1](https://github.com/simonw/datasette-mp3-audio/issues/1) datasette-mp3-audio 526978148    
74916717 https://github.com/simonw/datasette-mp3-audio/releases/tag/0.2 simonw 9599 RE_kwDOH2kMZM4EdyNt 0.2 main 0.2 0 0 2022-08-20T23:14:51Z 2022-08-20T23:14:56Z - Added a "Play all MP3s" button to any table page listing more than one MP3. [#2](https://github.com/simonw/datasette-mp3-audio/issues/2) datasette-mp3-audio 526978148    

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