home / content

releases

2 rows where repo = 308930118

✎ 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
77195758 https://github.com/simonw/datasette-edit-templates/releases/tag/0.1a0 simonw 9599 RE_kwDOEmnmRs4Emenu 0.1a0 main 0.1a0 0 1 2022-09-14T21:02:39Z 2022-09-14T21:03:20Z - Initial alpha release. [#1](https://github.com/simonw/datasette-edit-templates/issues/1) datasette-edit-templates 308930118    
81264469 https://github.com/simonw/datasette-edit-templates/releases/tag/0.1 simonw 9599 RE_kwDOEmnmRs4E1_9V 0.1 main 0.1 0 0 2022-10-27T22:53:40Z 2022-10-27T22:54:35Z - Now depends on [Datasette 0.63](https://docs.datasette.io/en/stable/changelog.html#v0-63), replacing an ugly plugin hook workaround. datasette-edit-templates 308930118    

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